VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwBoolean.h>
20 
25 {
26 public:
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)