VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
subSurfEntSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
11
14
15
#include "
vrfobjcore/vrfobjcoreDefines.h
"
16
#include "
vrfobjcore/vrfMvObjSR.h
"
17
20
class
DT_DLL_vrfobjcore
DtSubsurfaceEntityStateRepository
:
public
DtVrfMovingObjectStateRepository
21
{
22
public
:
23
static
DtVrfObjectStateRepository
*
creator
(
24
const
DtString
& name,
25
DtVrfObject
* vrfObject,
26
const
DtObjectType& objectType,
27
DtVrfObjectParameters
* parameters,
28
DtReaderWriterRegistry
* parentRegistry);
29
30
protected
:
32
DtSubsurfaceEntityStateRepository
();
33
34
public
:
36
DtSubsurfaceEntityStateRepository
(
37
DtVrfObject
* vrfObject,
38
const
DtObjectType& objectType,
39
DtVrfObjectParameters
* parameters,
40
const
DtString
& name,
41
DtReaderWriterRegistry
* parentRegistry = 0);
42
44
DtSubsurfaceEntityStateRepository
(
45
const
DtSubsurfaceEntityStateRepository
& orig,
46
const
DtString
& rwName = DtString::nullString(),
47
DtReaderWriterRegistry
* parentRegistry = 0);
48
50
const
DtSubsurfaceEntityStateRepository
&
operator=
(
51
const
DtSubsurfaceEntityStateRepository
& orig);
52
54
virtual
~
DtSubsurfaceEntityStateRepository
();
55
57
virtual
DtString
type
()
const
;
58
60
virtual
const
int
vrfMovingObjectStateRepositorySubType
()
const
;
61
67
virtual
void
place
(
const
DtVector
& location,
const
DtReal heading,
68
bool
clampToGroundFlag =
true
,
bool
* dataAvailable = 0,
69
bool
requireAllData =
false
);
70
};
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
)