VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
aggregatedMoveToDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: aggregatedMoveToDescriptor.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef aggregatedMoveToDescriptor_h
16
#define aggregatedMoveToDescriptor_h
17
18
#include "
vrfobjparam/compDesc.h
"
19
#include "
vrfutil/rwReal.h
"
20
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtAggregatedMoveToDescriptor
:
public
DtComponentDescriptor
25
{
26
public
:
28
DtAggregatedMoveToDescriptor
(
const
DtString
& componentName,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtAggregatedMoveToDescriptor
(
const
DtAggregatedMoveToDescriptor
& orig,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
35
virtual
~
DtAggregatedMoveToDescriptor
();
36
38
DtAggregatedMoveToDescriptor
&
operator=
(
39
const
DtAggregatedMoveToDescriptor
& orig);
40
43
virtual
DtString
type
()
const
;
44
45
virtual
DtComponentDescriptor
*
clone
(
46
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
47
49
static
DtComponentDescriptor
*
creator
();
50
53
virtual
double
atDistance()
const
;
54
virtual
void
setAtDistance(
double
distance);
56
57
protected
:
59
DtAggregatedMoveToDescriptor
();
60
61
protected
:
64
65
71
DtRwReal
myAtDistance
;
73
};
74
75
#endif
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
)