VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
18 
20 #include <readerWriter/rwReal.h>
21 
24 {
25 public:
28  parentRegistry = 0);
29 
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
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 
64 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myCatchUpFactor
Parameter Name: catch-up-factor Parameter Description: The amount by which the ordered speed increase...
Definition: aggregateFollowDescriptor.h:63
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
DtAggregateFollowDescriptor; descriptor for the DtAggregateFollowController component.
Definition: aggregateFollowDescriptor.h:23

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)