VR-Forces 4.7 Class Documentation
 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 };

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)