VR-Forces 4.8 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 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtRwBoolean myShowCoverPoint
Parameter Name: show-cover-point Parameter Description: Whether or not to show calculated cover point...
Definition: humanCoverPointControllerDescriptor.h:105
Definition: readerWriterRegistry.h:39
DtRwReal myPostSpacingOnSecondPass
Parameter Name: post-spacing-on-second-pass Parameter Description: If doing two passes, the post spacing to use on the second pass Parameter Units: Parameter Default Value: 1.0.
Definition: humanCoverPointControllerDescriptor.h:118
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points.
DtRwReal myPostSpacing
Parameter Name: post-spacing Parameter Description: Creates a grid of points from the entity location...
Definition: humanCoverPointControllerDescriptor.h:99
DtHumanCoverPointControllerDescriptor; descriptor for the DtHumanCoverPointController component...
Definition: humanCoverPointControllerDescriptor.h:20
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myAtDistance
Parameter Name: at-distance Parameter Description: Maximum distance from goal entity is considered to...
Definition: humanCoverPointControllerDescriptor.h:91
DtRwBoolean myPerformTwoPasses
Parameter Name: perform-two-passes Parameter Description: If true perform a second pass which will be...
Definition: humanCoverPointControllerDescriptor.h:112

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)