VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
subsurfaceExtensibleArtPartSignatureModifier.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 #include <readerWriter/rwInt.h>
11 #include <readerWriter/rwReal.h>
12 #include "vrfutil/vrfutilDefines.h"
13 
16 
18 {
19 public:
22 
25  DtReaderWriterRegistry* const parentRegistry = NULL);
26 
28  DtReaderWriterRegistry* const parentRegistry = NULL);
29 
32  DtReaderWriterRegistry* const parentRegistry = NULL);
33 
35 
37 
39  virtual DtSignatureModifier* clone(
40  DtReaderWriterRegistry* const parentRegistry = NULL) const;
41 
44  virtual double heightToSurface() const;
45  virtual void setHeightToSurface(double val);
47 
50  virtual int artPart() const;
51  virtual void setArtPart(int val);
53 
54  static DtSignatureModifier* create();
55 
56 protected:
60 
64 };
DtCoefficientsSignatureModifier & operator=(const DtCoefficientsSignatureModifier &orig)
Definition: symbolString.h:20
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&#39;s parent Z po...
Definition: subsurfaceExtensibleArtPartSignatureModifier.h:63
Stores a list of coefficients to be used by the evaluator.
Definition: coefficientsSignatureModifier.h:20

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)