VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
multiplierSignatureModifierEvaluator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
12 
18 {
19 private:
26 
27 public:
30 
32 
35  virtual bool init();
36 
39  virtual double modifySignature(const DtSimObject&, double inputSignature) const;
40 
44  virtual bool checkCondition(const DtSimObject&) const = 0;
45 };
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
A DtSignatureModifierEvaluator that modifies a signature with a.
Definition: multiplierSignatureModifierEvaluator.h:17
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:90
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:79

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)