VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/rwGndInter.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: rwGndInter.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 #ifndef rwGndInter_H_
00009 #define rwGndInter_H_
00010 
00013 
00014 #include "vrfutil/rdrWritr.h"
00015 #include "vrfobjcore/groundInter.h"
00016 
00017 class DtAttachedTerrain;
00018 class DtSimManager;
00019 
00026 #include "vrfobjcore/vrfobjcoreDefines.h"
00027 class DT_DLL_vrfobjcore DtRwGroundInteractionPt : public DtReaderWriter, public DtGroundInteractionPt
00028 {
00029 
00030 public:
00031    DtRwGroundInteractionPt();
00032 
00033    DtRwGroundInteractionPt(const DtString& name, DtReaderWriterRegistry* const
00034       parentRegistry = 0);
00035 
00036    DtRwGroundInteractionPt(const DtString& name,
00037       const DtVector& localPosition = DtVector::zero(),
00038       DtAttachedTerrain* terrainAttachedTo = 0,
00039       DtReaderWriterRegistry* const parentRegistry = 0);
00040 
00041    virtual ~DtRwGroundInteractionPt();
00042 
00043    virtual void putData(FILE* fp, int indentLevel = 0);
00044    virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
00045       const DtVariableBindingsList& variableBindings);
00046 
00047 protected:
00048 };
00049 
00050 #endif
00051 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)