VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
groundFollowEntityDescriptor.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: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtGroundFollowEntityDescriptor_H_
16 #define DtGroundFollowEntityDescriptor_H_
17 
18 
20 #include "vrfutil/rwReal.h"
23 
33 {
34 public:
37  parentRegistry = 0);
38 
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
46 
49 
52  virtual DtString type() const;
53 
56  virtual DtReal nearCatchUpFactor() const;
57  virtual void setNearCatchUpFactor(DtReal nearCatchUpFactor);
59 
62  virtual DtReal farCatchUpFactor() const;
63  virtual void setFarCatchUpFactor(DtReal farCatchUpFactor);
65 
68  virtual DtReal passedSlowDownFactor() const;
69  virtual void setPassedSlowDownFactor(DtReal passedSlowDownFactor);
71 
72  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
73  = 0) const;
74 
76  static DtComponentDescriptor * creator();
77 
78 protected:
81 
82 protected:
83 
87 
94 
101 
109 
111 };
112 
113 #endif
114 
115 
116 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)