VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjcore
rwQueuedDynamicTerrainItem.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2016 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
10
#pragma once
11
12
#include "
vrfobjcore/rwDynamicTerrainItem.h
"
13
#include "
vrfobjcore/vrfobjcoreDefines.h
"
14
17
class
DT_DLL_vrfobjcore
DtRwQueuedDynamicTerrainItem
:
public
DtRwDynamicTerrainItem
18
{
19
public
:
20
DtRwQueuedDynamicTerrainItem
(
const
DtString
& name = DtString::nullString(),
21
DtReaderWriterRegistry
*
const
parentRegistry = NULL);
22
24
virtual
~
DtRwQueuedDynamicTerrainItem
();
25
27
DtRwQueuedDynamicTerrainItem
(
const
DtRwQueuedDynamicTerrainItem
& orig,
28
DtReaderWriterRegistry
* parentRegistry = NULL);
29
31
DtRwQueuedDynamicTerrainItem
(
const
DtString
& name,
32
const
DtRwQueuedDynamicTerrainItem
& orig,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
36
DtRwQueuedDynamicTerrainItem
(
const
DtString
& name,
37
const
DtTerrainGeometryAndData
& orig,
38
DtReaderWriterRegistry
* parentRegistry = NULL);
39
41
DtRwQueuedDynamicTerrainItem
&
operator=
(
const
DtRwQueuedDynamicTerrainItem
& orig);
42
DtRwQueuedDynamicTerrainItem
&
operator=
(
const
DtTerrainGeometryAndData
& orig);
43
44
bool
operator==
(
const
DtRwQueuedDynamicTerrainItem
& rhs)
const
;
45
49
virtual
const
char
*
readerWriterType
()
const
;
50
53
virtual
double
delay()
const
;
54
virtual
void
setDelay(
double
s);
56
59
virtual
bool
isSwitch()
const
;
60
virtual
void
setIsSwitch(
bool
b);
62
63
protected
:
64
DtRwReal
myDelay
;
65
DtRwBoolean
myIsSwitch
;
66
};
67
68
typedef
DtRwTemplatedListPtr<DtRwQueuedDynamicTerrainItem, true>
DtRwQueuedDynamicTerrainItemList
;
69
70
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)