VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Private Member Functions
DtStandardPropagatorDescriptor Class Reference

DtStandardPropagatorDescriptor; descriptor for the DtStandardSignaturePropagator component. More...

Inheritance diagram for DtStandardPropagatorDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtStandardPropagatorDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 real constructor
 DtStandardPropagatorDescriptor (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 DtStandardPropagatorDescriptor (const DtStandardPropagatorDescriptor &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 copy constructor
DtStandardPropagatorDescriptoroperator= (const DtStandardPropagatorDescriptor &orig)
 assignment
virtual ~DtStandardPropagatorDescriptor ()
virtual DtString type () const
 Returns the type of component this descriptor describes.
virtual
DtSignaturePropagatorDescriptor
clone (DtReaderWriterRegistry *parentRegistry=NULL) const
virtual bool checkLineOfSight () const
 Accessor/mutator for myCheckLineOfSight.
virtual void setCheckLineOfSight (bool yesNo)
 Accessor/mutator for myCheckLineOfSight.

Static Public Member Functions

static
DtSignaturePropagatorDescriptor
creator ()
 

Protected Attributes

parameters

These parameters are available for setting in the OPD files.

DtRwBoolean myCheckLineOfSight
 Parameter Name: check-line-of-sight
Parameter Description: Flag indicating whether or not a line-of-sight check should be performed.

Private Member Functions

 DtStandardPropagatorDescriptor ()
 default constructor; not implemented

Detailed Description

DtStandardPropagatorDescriptor; descriptor for the DtStandardSignaturePropagator component.

Descriptor containing configuration parameters for the DtStandardSignaturePropagator class.


Constructor & Destructor Documentation

real constructor

copy constructor

default constructor; not implemented


Member Function Documentation

DtStandardPropagatorDescriptor& DtStandardPropagatorDescriptor::operator= ( const DtStandardPropagatorDescriptor orig)

assignment

virtual DtString DtStandardPropagatorDescriptor::type ( ) const [virtual]

Returns the type of component this descriptor describes.

Used to create the descriptor on read from an mtl file. Component descriptor type strings are defined in compDescTypes.h.

Returns:
DtStandardSignaturePropagatorDescriptorType

Reimplemented from DtSignaturePropagatorDescriptor.

Reimplemented in DtVisualSignaturePropagatorDescriptor.

Returns:
Newly created instance of this class, with an empty DtReaderWriter name. Creation methods are registered with a DtComponentDescriptorFactory, so they can be created on demand as they are read in from a parameter database file.

Reimplemented from DtSignaturePropagatorDescriptor.

Reimplemented in DtVisualSignaturePropagatorDescriptor.

Accessor/mutator for myCheckLineOfSight.

virtual void DtStandardPropagatorDescriptor::setCheckLineOfSight ( bool  yesNo) [virtual]

Accessor/mutator for myCheckLineOfSight.


Member Data Documentation

Parameter Name: check-line-of-sight
Parameter Description: Flag indicating whether or not a line-of-sight check should be performed.


Parameter Default Value: True


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)