VR-Forces 4.1 Class Documentation
surfEntPltDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: surfEntPltDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
15 
16 #ifndef DtSurfacePilotControllerDescriptor_H_
17 #define DtSurfacePilotControllerDescriptor_H_
18 
19 #include "vrfobjparam/compDesc.h"
20 #include "vrfutil/rwReal.h"
21 
26 {
27 public:
28 
30  static DtComponentDescriptor * creator();
31 
34  (const DtString& name,
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
40  DtReaderWriterRegistry * parentRegistry = 0);
41 
45 
47 
48  virtual void setAtDistance(DtReal atDistance);
49 
51  virtual DtReal atDistance() const;
52 
53  virtual void setNearDistance(DtReal nearDistance);
54 
56  virtual DtReal nearDistance() const;
58 
61  virtual DtString type() const;
62 
64  (DtReaderWriterRegistry * parentRegistry = 0) const;
65 
66 protected:
69 
70 protected:
74 
81 
88 
90 };
91 #endif
92 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)