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
vrfobjparam
aggregateFollowDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: gndFlwEntDesc.h,v $ $Revision: 193656 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#pragma once
16
17
#include "
vrfobjparam/vrfobjparamDefines.h
"
18
19
#include "
vrfobjparam/componentDescriptor.h
"
20
#include <
readerWriter/rwReal.h
>
21
23
class
DT_DLL_vrfobjparam
DtAggregateFollowDescriptor
:
public
DtComponentDescriptor
24
{
25
public
:
27
DtAggregateFollowDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
28
parentRegistry = 0);
29
31
DtAggregateFollowDescriptor
(
const
DtAggregateFollowDescriptor
& orig,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtAggregateFollowDescriptor
&
operator=
(
const
36
DtAggregateFollowDescriptor
& orig);
37
39
virtual
~
DtAggregateFollowDescriptor
();
40
43
virtual
DtString
type
()
const
;
44
47
DtReal catchUpFactor()
const
;
48
void
setCatchUpFactor(DtReal factor);
50
51
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
52
= 0)
const
;
53
55
static
DtComponentDescriptor
*
creator
();
56
57
protected
:
58
63
DtRwReal
myCatchUpFactor
;
64
};
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
)