VR-Forces 4.1.1 Class Documentation
visualSignaturePropagatorDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: visualSignaturePropagatorDesc.h,v $ $Revision: 1.4 $ $State: Exp $
7 ** Created: 6/10/08 MEM
8 *******************************************************************************/
9 
12 
15 
16 #ifndef visualSignaturePropagatorDesc_H_
17 #define visualSignaturePropagatorDesc_H_
18 
20 #include "vrfutil/rwBoolean.h"
21 #include "vrfutil/rwReal.h"
22 #include "vrfutil/rwObjType.h"
24 
28 {
29 public:
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
44 
46 
49  virtual DtString type() const;
50 
52  DtReaderWriterRegistry* parentRegistry = NULL) const;
53 
56 
59  virtual double reductionFactor() const;
60  virtual void setReductionFactor(double factor);
62 
65  virtual bool checkSmokeIntersections() const;
66  virtual void setCheckSmokeIntersections(bool check);
68 
71  virtual const DtObjectType & smokeType() const;
72  virtual void setSmokeType(const DtObjectType & type);
74 
77  virtual double minSmokeBlockDistance() const;
78  virtual void setMinSmokeBlockDistance(double value);
80 
83  virtual double minSmokeBlockDensity() const;
84  virtual void setMinSmokeBlockDensity(double value);
86 
87 private:
90 
91 protected:
95 
100 
106 
111 
120 
127 
129 };
130 
131 #endif
132 
133 
134 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)