55 virtual double findSignatureModifierOfArea(
const DtEntityType& objectType,
const DtSimObject* area)
const;
virtual bool init()
Must be called immediately after creation.
DtSignatureModifierEvaluator & operator=(const DtSignatureModifierEvaluator &orig)
Not implemented. Class not copyable.
The abstract base class for all evaluators of signature modifiers. The evaluation of signature modifi...
Definition: signatureModifierEvaluator.h:25
Evaluator that modifies the signature based on the effects of any engineering areas the entity may be...
Definition: engineeringAreaSignatureModifierEvaluator.h:21
The base class for all signature modifier descriptions. Signature Modifiers define a modification to ...
Definition: signatureModifier.h:28
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
const DtEngineeringAreaSignatureModifier * myEngineeringAreaSignatureModifier
Definition: engineeringAreaSignatureModifierEvaluator.h:59
virtual double modifySignature(const DtSimObject &, double inputSignature) const =0
This function implements the actual evaluation of the signature modifier. Takes the unmodified signat...
DtManagedObjectListConstPtr myEngineeringAreaList
Definition: engineeringAreaSignatureModifierEvaluator.h:60
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:88
A signature modifier which can change the signature of a target based on any engineering areas it is ...
Definition: engineeringAreaSignatureModifier.h:18
DtBoost::shared_ptr< const DtManagedObjectList > DtManagedObjectListConstPtr
Typedef for a shared pointer to a const DtOrgViewManagedObjectList. These lists are used within VR-Fo...
Definition: managedObjectList.h:35
virtual DtString type() const =0