VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
railPathControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwString.h>
16 #include <readerWriter/rwReal.h>
17 #include <readerWriter/rwBoolean.h>
19 
24 {
25 public:
28  DtReaderWriterRegistry * parentRegistry = 0);
29 
32  orig, DtReaderWriterRegistry * parentRegistry = 0);
33 
37 
40 
43  virtual DtString type() const;
44 
46  virtual DtString pathFeatureType() const;
47  virtual void setPathFeatureType(const DtString& pathFeatureType);
48 
51  virtual bool publishPaths() const;
52  virtual void setPublishPaths(bool value);
54 
56 
57  virtual const DtRwRealAttributeList& pathfinderWeightFactors() const;
58  virtual void setPathfinderWeightFactors(const DtRwRealAttributeList& weights);
60 
62 
63  virtual const double allowableDistance() const;
64  virtual void setAllowableDistance(double value);
66 
68 
69  virtual const double maxSearchRadiusCoefficient() const;
70  virtual void setMaxSearchRadiusCoefficient(double value);
72 
74 
75  virtual const double maxSearchRadiusOffset() const;
76  virtual void setMaxSearchRadiusOffset(double value);
78 
80  DtReaderWriterRegistry* parentRegistry = NULL) const;
81 
83  static DtComponentDescriptor * creator();
84 
85 private:
88 
89 protected:
90 
94 
99 
105 
111 
118 
127 
136 
138 };
DtRwReal myAllowableDistance
ParameterName: allowable-distance Parameter Description: This parameter determines how close (in mete...
Definition: railPathControllerDescriptor.h:117
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
DtRwReal myMaxSearchRadiusCoefficient
ParameterName: max-search-radius-coefficient Parameter Description: This determines the coefficient (...
Definition: railPathControllerDescriptor.h:126
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwString myPathFeatureType
Parameter Name: path-feature-type Parameter Description: Type of path features to plan on...
Definition: railPathControllerDescriptor.h:98
DtRailPathControllerDescriptor; descriptor for the DDtRailPathController component.
Definition: railPathControllerDescriptor.h:23
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.
class DtRwRealAttributeList:
Definition: rwRealAttributeList.h:29
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myMaxSearchRadiusOffset
ParameterName: max-search-radius-offset Parameter Description: This determines the offset (b) in the ...
Definition: railPathControllerDescriptor.h:135
DtRwBoolean myPublishPaths
Parameter Name: publish-paths Parameter Description: Indicated whether paths found by the path planne...
Definition: railPathControllerDescriptor.h:104
DtRwRealAttributeList myPathfinderWeightFactors
ParameterName: pathfinder-weight-factors Parameter Description: This parameter allows edge weights to...
Definition: railPathControllerDescriptor.h:110

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)