VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
elevationMountComponentDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: elevMntCpDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtElevationMountComponentDescriptor_H_
16 #define DtElevationMountComponentDescriptor_H_
17 
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwInt.h"
21 #include <vlpi/disEnums.h>
22 
24 
29 {
30 public:
32  DtElevationMountComponentDescriptor(const DtString& componentName,
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
45 
48  virtual DtString type() const;
49 
50  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
51  = 0) const;
52 
53 
56  virtual DtReal maxElevateRate() const;
57  virtual void setMaxElevateRate(DtReal maxElevateRate);
59 
62  virtual DtReal nominalElevation() const;
63  virtual void setNominalElevation(DtReal nominalElevation);
65 
68  virtual DtReal elevationRange() const;
69  virtual void setElevationRange(DtReal elevationRange);
71 
74 
75 protected:
78 
79 protected:
83 
90 
97 
105 
107 };
108 
109 #endif
110 
111 
112 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)