VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanCoverPointControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwReal.h>
16 #include <readerWriter/rwBoolean.h>
17 
21 {
22 public:
24  DtHumanCoverPointControllerDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32 
36 
39  virtual DtString type() const;
40 
42  DtReaderWriterRegistry* parentRegistry = 0) const;
43 
46 
49  virtual double postSpacing() const;
50  virtual void setPostSpacing(double distance);
52 
55  virtual bool showCoverPoint() const;
56  virtual void setShowCoverPoint(bool);
58 
61  virtual bool performTwoPasses() const;
62  virtual void setPerformTwoPasses(bool);
64 
67  virtual double postSpacingOnSecondPass() const;
68  virtual void setPostSpacingOnSecondPass(double);
70 
73  virtual double atDistance() const;
74  virtual void setAtDistance(double distance);
76 
77 protected:
80 
81 protected:
84 
85 
93 
100 
106 
113 
119 
121 };

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)