VR-Forces 4.7 Class Documentation
 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 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)