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
surfaceEntitySetController.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
13
#pragma once
14
#include "
vrfmodel/localEntitySetController.h
"
15
#include "
vrfobjcore/simRadio.h
"
16
17
class
DtSimMessage
;
18
class
DtVrfObject
;
19
20
28
#include "
vrfmodel/vrfmodelDefines.h
"
29
class
DT_DLL_vrfmodel
DtSurfaceEntitySetController
:
public
DtLocalEntitySetController
30
{
31
32
public
:
33
36
DtSurfaceEntitySetController
(
const
DtString
& name,
37
DtVrfObject
* owner,
38
DtSimManager
* simManager,
39
DtComponentDescriptor
* desc = 0,
40
DtReaderWriterRegistry
* parentRegistry = 0);
41
43
virtual
~
DtSurfaceEntitySetController
();
44
47
virtual
const
char
*
type
()
const
;
48
49
static
void
setRestoreCallback
(
DtSimMessage
* msg,
void
* usrData);
50
54
static
DtSimComponent
*
creator
(
const
DtString
& name,
55
DtVrfObject
* owner,
56
DtSimManager
* simManager,
57
DtComponentDescriptor
* desc = 0,
58
DtReaderWriterRegistry
* parentRegistry = 0);
59
60
protected
:
63
DtSurfaceEntitySetController
();
64
66
DtSurfaceEntitySetController
(
const
DtSurfaceEntitySetController
& orig);
67
69
const
DtSurfaceEntitySetController
&
operator=
(
const
70
DtSurfaceEntitySetController
& orig);
71
72
protected
:
74
virtual
void
processSetRestore
(
DtSimMessage
* msg);
75
76
protected
:
78
virtual
void
initializeSetsToRegister
();
79
};
80
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
)