44 virtual double heightToSurface()
const;
45 virtual void setHeightToSurface(
double val);
50 virtual int artPart()
const;
51 virtual void setArtPart(
int val);
DtCoefficientsSignatureModifier & operator=(const DtCoefficientsSignatureModifier &orig)
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
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 int.
Definition: rwInt.h:25
virtual DtSignatureModifier * clone(DtReaderWriterRegistry *const parentRegistry=NULL) const
Returns a copy of this class.
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Stores a list of coefficients to be used by the evaluator.
Definition: subsurfaceExtensibleArtPartSignatureModifier.h:17
DtRwReal myHeightToSurface
The height to surface that the sub can be to have this modifier be valid if the art part is extended...
Definition: subsurfaceExtensibleArtPartSignatureModifier.h:59
#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
DtRwInt myArtPart
The art part to check to see if fully extended. Will be considered fully extended if it's parent Z po...
Definition: subsurfaceExtensibleArtPartSignatureModifier.h:63
Stores a list of coefficients to be used by the evaluator.
Definition: coefficientsSignatureModifier.h:20