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
vrfmodel
culturalFeatureSetController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
15
#include "
vrfmodel/localEntitySetController.h
"
16
#include "
vrfobjcore/simRadio.h
"
17
18
class
DtSimMessage
;
19
class
DtSimLocalEntity;
20
40
#include "
vrfmodel/vrfmodelDefines.h
"
41
class
DT_DLL_vrfmodel
DtCulturalFeatureSetController
:
public
DtLocalEntitySetController
42
{
43
44
public
:
45
48
DtCulturalFeatureSetController
(
const
DtString
& name,
DtVrfObject
* owner,
49
DtSimManager
* simManager,
50
DtComponentDescriptor
* desc = 0,
51
DtReaderWriterRegistry
* parentRegistry = 0);
52
54
virtual
~
DtCulturalFeatureSetController
();
55
58
virtual
const
char
*
type
()
const
;
59
60
virtual
void
processSetAltitude
(
DtSimMessage
* msg);
61
65
static
DtSimComponent
*
creator
(
const
DtString
& name,
66
DtVrfObject
* owner,
67
DtSimManager
* simManager,
68
DtComponentDescriptor
* desc = 0,
69
DtReaderWriterRegistry
* parentRegistry = 0);
70
71
protected
:
74
DtCulturalFeatureSetController
();
75
77
DtCulturalFeatureSetController
(
const
DtCulturalFeatureSetController
& orig);
78
80
const
DtCulturalFeatureSetController
&
operator=
(
const
81
DtCulturalFeatureSetController
& orig);
82
83
protected
:
85
virtual
void
initializeSetsToRegister
();
86
};
87
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
)