VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
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
14
#include "
vrfobjparam/compDesc.h
"
15
#include "
vrfutil/rwString.h
"
16
#include "
vrfutil/rwReal.h
"
17
#include "
vrfutil/rwBoolean.h
"
18
#include "
vrfutil/rwRealAttributeList.h
"
19
22
#include "
vrfobjparam/vrfobjparamDefines.h
"
23
class
DT_DLL_vrfobjparam
DtRailPathControllerDescriptor
:
public
DtComponentDescriptor
24
{
25
public
:
27
DtRailPathControllerDescriptor
(
const
DtString
& name,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtRailPathControllerDescriptor
(
const
DtRailPathControllerDescriptor
&
32
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
DtRailPathControllerDescriptor
&
operator=
(
const
36
DtRailPathControllerDescriptor
& orig);
37
39
virtual
~
DtRailPathControllerDescriptor
();
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
79
virtual
DtComponentDescriptor
*
clone
(
80
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
81
83
static
DtComponentDescriptor
*
creator
();
84
85
private
:
87
DtRailPathControllerDescriptor
();
88
89
protected
:
90
94
98
DtRwString
myPathFeatureType
;
99
104
DtRwBoolean
myPublishPaths
;
105
110
DtRwRealAttributeList
myPathfinderWeightFactors
;
111
117
DtRwReal
myAllowableDistance
;
118
126
DtRwReal
myMaxSearchRadiusCoefficient
;
127
135
DtRwReal
myMaxSearchRadiusOffset
;
136
138
};
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
)