VR-Forces 4.2 Class Documentation
rwGndInter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwGndInter.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef rwGndInter_H_
9 #define rwGndInter_H_
10 
13 
14 #include "vrfutil/rdrWritr.h"
15 #include "vrfobjcore/groundInter.h"
16 
17 class DtAttachedTerrain;
18 class DtSimManager;
19 
28 {
29 
30 public:
32 
34  parentRegistry = 0);
35 
37  const DtVector& localPosition = DtVector::zero(),
38  DtAttachedTerrain* terrainAttachedTo = 0,
39  DtReaderWriterRegistry* const parentRegistry = 0);
40 
41  virtual ~DtRwGroundInteractionPt();
42 
43  virtual void putData(FILE* fp, int indentLevel = 0);
44  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
45  const DtVariableBindingsList& variableBindings);
46 
47 protected:
48 };
49 
50 #endif
51 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)