35 virtual bool init()
override;
47 virtual bool checkCondition(
const DtSimObject&)
const;
A DtSignatureModifierEvaluator that adds a signature to the base signature if the target entity has a...
Definition: emissionsSignatureModifierEvaluator.h:17
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
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
virtual double modifySignature(const DtSimObject &, double inputSignature) const =0
This function implements the actual evaluation of the signature modifier. Takes the unmodified signat...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
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:80
virtual DtString type() const =0