VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
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
26
#include "
vrfobjcore/vrfobjcoreDefines.h
"
27
class
DT_DLL_vrfobjcore
DtRwGroundInteractionPt
:
public
DtReaderWriter
,
public
DtGroundInteractionPt
28
{
29
30
public
:
31
DtRwGroundInteractionPt
();
32
33
DtRwGroundInteractionPt
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
34
parentRegistry = 0);
35
36
DtRwGroundInteractionPt
(
const
DtString
& name,
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)