VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
standardPropagatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: standardPropagatorDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef standardPropagatorDescriptor_H_
16 #define standardPropagatorDescriptor_H_
17 
19 #include "vrfutil/rwBoolean.h"
20 
25 {
26 public:
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
31  DtStandardPropagatorDescriptor(const DtSymbolString& name,
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
40  const DtStandardPropagatorDescriptor& orig);
41 
43 
46  virtual DtString type() const;
47 
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
53 
56  virtual bool checkLineOfSight() const;
57  virtual void setCheckLineOfSight(bool yesNo);
59 
62  virtual DtString defaultFeatureLosQuery() const;
63  virtual void setDefaultFeatureLosQuery(const DtString& query);
65 
68  virtual DtString highAltitudeFeatureLosQuery() const;
69  virtual void setHighAltitudeFeatureLosQuery(const DtString& query);
71 
72 private:
75 
76 protected:
80 
86 
92 
98 
100 };
101 
102 #endif
103 
104 
105 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)