VR-Forces 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 
57 private:
60 
61 protected:
65 
72 };
73 
74 #endif
75 
76 
77 
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
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
Instances of DtSignaturePropagatorDescriptor are used to specify the parameters for a DtSignatureProp...
Definition: signaturePropagatorDescriptor.h:30
Definition: readerWriterRegistry.h:39
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:70
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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)