VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
surfERtPltDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: surfERtPltDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef DtSurfaceEntityRoutePilotDescriptor_H_
15
#define DtSurfaceEntityRoutePilotDescriptor_H_
16
17
#include "
vrfobjparam/surfEntPltDesc.h
"
18
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtSurfaceEntityRoutePilotDescriptor
:
25
public
DtSurfaceEntityPilotControllerDescriptor
26
{
27
public
:
29
static
DtComponentDescriptor
*
creator
();
30
32
DtSurfaceEntityRoutePilotDescriptor
33
(
const
DtString
& name,
34
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtSurfaceEntityRoutePilotDescriptor
38
(
const
DtSurfaceEntityRoutePilotDescriptor
& orig,
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
const
DtSurfaceEntityRoutePilotDescriptor
&
operator
=
43
(
const
DtSurfaceEntityRoutePilotDescriptor
& orig);
44
45
virtual
~
DtSurfaceEntityRoutePilotDescriptor
();
46
49
virtual
DtString
type
()
const
;
50
52
virtual
DtComponentDescriptor
*
clone
53
(
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
54
55
protected
:
57
DtSurfaceEntityRoutePilotDescriptor
();
58
59
};
60
61
#endif
62
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)