VR-Forces 4.2 Class Documentation
gndCollDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: gndCollDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtGroundCollisionAvoidanceDescriptor_H_
16 #define DtGroundCollisionAvoidanceDescriptor_H_
17 
18 
19 #include "vrfobjparam/compDesc.h"
20 #include "vrfutil/rwString.h"
21 #include "vrfutil/rwReal.h"
22 
24 
36 {
37 public:
40  DtReaderWriterRegistry* parentRegistry = NULL);
41  DtGroundCollisionAvoidanceDescriptor(const DtSymbolString& name,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
51 
54 
57  virtual DtString type() const;
58 
61  virtual DtReal stoppingDistanceFactor() const;
62  virtual void setStoppingDistanceFactor(DtReal distance);
64 
67  virtual DtReal lateralClearance() const ;
68  virtual void setLateralClearance(DtReal distance);
70 
73  virtual DtReal timeToCollide() const;
74  virtual void setTimeToCollide(DtReal frames);
76 
78  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
79 
82 
83 protected:
86 
87 protected:
88 
92 
101 
108 
116 
118 
119 };
120 
121 #endif
122 
123 
124 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)