VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
coefficientsSignatureModifierEvaluator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
13 
18 {
19 private:
26 
27 public:
30 
32 
35  virtual bool init();
36 
39  virtual double modifySignature(const DtSimObject&, double inputSignature) const = 0;
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
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
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:89
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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)