VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
depthSignatureModifier.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/rwReal.h>
11 
14 
16 {
17 public:
20 
23  DtReaderWriterRegistry* const parentRegistry = NULL);
24 
26  DtReaderWriterRegistry* const parentRegistry = NULL);
27 
30  DtReaderWriterRegistry* const parentRegistry = NULL);
31 
33 
34  virtual ~DtDepthSignatureModifier() override;
35 
37  virtual DtSignatureModifier* clone(
38  DtReaderWriterRegistry* const parentRegistry = NULL) const override;
39 
42  virtual const double zeroSignatureDepth() const;
43  virtual void setZeroSignatureDepth(double zeroSignatureDepth);
45 
46  virtual bool zeroSignatureDepthSpecified() const;
47 
48  static DtSignatureModifier* create();
49 
50 protected:
51 
56 };
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&#39;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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)