VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
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
14
#include "
vrfobjparam/componentDescriptor.h
"
15
#include <
readerWriter/rwReal.h
>
16
#include <
readerWriter/rwBoolean.h
>
17
20
class
DT_DLL_vrfobjparam
DtHumanCoverPointControllerDescriptor
:
public
DtComponentDescriptor
21
{
22
public
:
24
DtHumanCoverPointControllerDescriptor
(
const
DtString
& componentName,
25
DtReaderWriterRegistry
* parentRegistry = 0);
26
28
DtHumanCoverPointControllerDescriptor
(
const
DtHumanCoverPointControllerDescriptor
& orig,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
31
virtual
~
DtHumanCoverPointControllerDescriptor
();
32
34
DtHumanCoverPointControllerDescriptor
&
operator=
(
35
const
DtHumanCoverPointControllerDescriptor
& orig);
36
39
virtual
DtString
type
()
const
;
40
41
virtual
DtComponentDescriptor
*
clone
(
42
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
43
45
static
DtComponentDescriptor
*
creator
();
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
:
79
DtHumanCoverPointControllerDescriptor
();
80
81
protected
:
84
85
91
DtRwReal
myAtDistance
;
93
99
DtRwReal
myPostSpacing
;
100
105
DtRwBoolean
myShowCoverPoint
;
106
112
DtRwBoolean
myPerformTwoPasses
;
113
118
DtRwReal
myPostSpacingOnSecondPass
;
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
)