VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
visualSignaturePropagatorDescriptor.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 visualSignaturePropagatorDescriptor_H_
17 #define visualSignaturePropagatorDescriptor_H_
18 
20 #include <readerWriter/rwBoolean.h>
21 #include <readerWriter/rwReal.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 bool checkSmokeIntersections() const;
60  virtual void setCheckSmokeIntersections(bool check);
62 
65  virtual const DtObjectType & smokeType() const;
66  virtual void setSmokeType(const DtObjectType & type);
68 
71  virtual double minSmokeBlockDistance() const;
72  virtual void setMinSmokeBlockDistance(double value);
74 
77  virtual double minSmokeBlockDensity() const;
78  virtual void setMinSmokeBlockDensity(double value);
80 
81 private:
84 
85 protected:
89 
95 
100 
109 
116 
118 };
119 
120 #endif
121 
122 
123 

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)