VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vantageTerrainImplementation
vrfVrvOverrides.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <vrvCore/DtDeSharedState.h>
14
#include <vrvCore/DtDe.h>
15
16
class
DtVrfDe
:
public
makVrv::DtDe
17
{
18
public
:
19
DtVrfDe
();
20
21
protected
:
22
virtual
void
postInitialize
();
23
};
24
25
class
DtVrfSharedState
:
public
makVrv::DtDeSharedState
26
{
27
public
:
28
30
friend
class
DtVrfSharedStateCreator
;
31
32
protected
:
34
DtVrfSharedState
(makVrv::DtDe& Ig);
35
37
virtual
void
initialize
();
38
};
39
40
class
DtVrfSharedStateCreator
:
public
makVrv::DtDeSharedStateCreator
41
{
42
public
:
44
virtual
makVrv::DtDeSharedState*
create
(makVrv::DtDe& de);
45
};
46
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
)