VR-Forces 4.1.1 Class Documentation
gndMoveToDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: gndMoveToDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
15 
16 #ifndef DtGroundMoveToDescriptor_H_
17 #define DtGroundMoveToDescriptor_H_
18 
19 
20 #include "vrfobjparam/compDesc.h"
21 #include "vrfutil/rwReal.h"
22 #include "vrfutil/rwBoolean.h"
23 
25 
31 {
32 public:
35  parentRegistry = 0);
36 
39  DtReaderWriterRegistry * parentRegistry = 0);
40 
44 
46  virtual ~DtGroundMoveToDescriptor();
47 
50  virtual DtString type() const;
51 
54  virtual void setAtDistance(DtReal atDistance);
55  virtual DtReal atDistance() const;
57 
58 
61  virtual void setNearDistance(DtReal nearDistance);
62  virtual DtReal nearDistance() const;
64 
67  virtual void setApproachSpeed(DtReal approachSpeed);
68  virtual DtReal approachSpeed() const;
70 
73  virtual void setRoadCenterOffset(double value);
74  virtual double roadCenterOffset() const;
76 
77  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
78  = 0) const;
79 
81  static DtComponentDescriptor * creator();
82 
83 protected:
86 
87 protected:
88 
92 
99 
106 
114 
123 
125 };
126 
127 #endif
128 
129 
130 

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)