VR-Forces 4.1.1 Class Documentation
gndFlwEntDesc.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 
19 #include "vrfobjparam/compDesc.h"
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)