VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
emissionsSignatureModifierEvaluator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
14 
18 {
19 private:
26 
27 public:
30 
32 
35  virtual bool init();
36 
37  virtual DtString type() const;
38 
43  virtual double modifySignature(const DtSimObject&, double inputSignature) const;
44 
47  virtual bool checkCondition(const DtSimObject&) const;
48 
49  static DtSignatureModifierEvaluator* create(const DtSignatureModifier& modifier, const DtSimulationServices*);
50 };
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: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

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)