A DtSignatureModifierEvaluator that scales a signature with a.
Definition: subsurfaceSignatureModifierEvaluator.h:15
The abstract base class for all evaluators of signature modifiers. The evaluation of signature modifi...
Definition: signatureModifierEvaluator.h:25
virtual bool init()
Uses dynamic_cast to make sure that the passed in DtSignatureModifier derives from DtMultiplierSignat...
virtual bool checkCondition(const DtSimObject &) const =0
Override this in subclasses to check the condition of this evaluator.
The base class for all signature modifier descriptions. Signature Modifiers define a modification to ...
Definition: signatureModifier.h:28
A DtSignatureModifierEvaluator that scales a signature with a.
Definition: coefficientsSignatureModifierEvaluator.h:17
#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
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:94
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
virtual DtString type() const =0
DtCoefficientsSignatureModifierEvaluator & operator=(const DtCoefficientsSignatureModifierEvaluator &orig)
Not implemented. Class not copyable.