VR-Forces 5.0.1 Developer's Guide
 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) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #ifndef standardPropagatorDescriptor_H_
13 #define standardPropagatorDescriptor_H_
14 
16 #include <readerWriter/rwBoolean.h>
17 
22 {
23 public:
26  DtReaderWriterRegistry* parentRegistry = NULL);
27 
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
33  DtReaderWriterRegistry* parentRegistry = NULL);
34 
37  const DtStandardPropagatorDescriptor& orig);
38 
40 
43  virtual DtString type() const;
44 
46  DtReaderWriterRegistry* parentRegistry = NULL) const;
47 
50 
53  virtual bool checkLineOfSight() const;
54  virtual void setCheckLineOfSight(bool yesNo);
56 
59  virtual DtString highAltitudeFeatureLosQuery() const;
60  virtual void setHighAltitudeFeatureLosQuery(const DtString& query);
62 
63 private:
66 
67 protected:
71 
77 
83 
85 };
86 
87 #endif
88 
89 
90 
Definition: symbolString.h:20
virtual DtSignaturePropagatorDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
static DtSignaturePropagatorDescriptor * creator()
DtSignaturePropagatorDescriptor & operator=(const DtSignaturePropagatorDescriptor &orig)
assignment
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Instances of DtSignaturePropagatorDescriptor are used to specify the parameters for a DtSignatureProp...
Definition: signaturePropagatorDescriptor.h:30
Definition: readerWriterRegistry.h:39
DtRwString myHighAltitudeFeatureLosQuery
Parameter Name: high-altitude-feature-los-query Parameter Description: The Los query to used when bot...
Definition: standardPropagatorDescriptor.h:82
DtStandardPropagatorDescriptor; descriptor for the DtStandardSignaturePropagator component.
Definition: standardPropagatorDescriptor.h:21
DtRwBoolean myCheckLineOfSight
Parameter Name: check-line-of-sight Parameter Description: Flag indicating whether or not a line-of-s...
Definition: standardPropagatorDescriptor.h:76
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
virtual DtString type() const
Returns the type of this descriptor. Used to create the descriptor on read from an mtl file...

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)