42 virtual const double zeroSignatureDepth()
const;
43 virtual void setZeroSignatureDepth(
double zeroSignatureDepth);
46 virtual bool zeroSignatureDepthSpecified()
const;
DtCoefficientsSignatureModifier & operator=(const DtCoefficientsSignatureModifier &orig)
DtRwReal myZeroSignatureDepth
Stores the coefficients of the equation to be used to modify the signature. This equation is up to th...
Definition: depthSignatureModifier.h:55
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
Stores a depth at which an entity's signature becomes 0.
Definition: depthSignatureModifier.h:15
The base class for all signature modifier descriptions. Signature Modifiers define a modification to ...
Definition: signatureModifier.h:28
Definition: readerWriterRegistry.h:39
static DtSignatureModifier * create()
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtSignatureModifier * clone(DtReaderWriterRegistry *const parentRegistry=NULL) const override
Returns a copy of this class.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
Stores a list of coefficients to be used by the evaluator.
Definition: coefficientsSignatureModifier.h:20