VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
groundMoveToDescriptor.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 
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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)