VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjcore
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
"
15
#include "
vrfobjcore/groundInteractionPt.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
DtReaderWriter::SearchPaths
& searchPaths,
45
const
DtVariableBindingsList
& variableBindings);
46
47
protected
:
48
};
49
50
#endif
51
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)