VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwGroundInteractionPt.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 rwGroundInteractionPt_H_
9 #define rwGroundInteractionPt_H_
10 
13 
14 #include "vrfutil/readerWriter.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 DtReaderWriter::SearchPaths& searchPaths,
45  const DtVariableBindingsList& variableBindings);
46 
47 protected:
48 };
49 
50 #endif
51 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)