VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
humanPosturePSR.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: humanPosturePSR.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef humanPosturePSR_h
15
#define humanPosturePSR_h
16
17
#include "
vrfobjcore/processSR.h
"
18
#include "
vrfutil/rwInt.h
"
19
#include "
vrfobjcore/vrfobjcoreDefines.h
"
20
#include "
vrfutil/lifeformStaticPostures.h
"
21
23
class
DT_DLL_vrfobjcore
DtHumanPosturePSR
:
public
DtVrfProcessStateRepository
24
{
25
public
:
26
28
DtHumanPosturePSR
(
DtVrfObject
* vrfObject,
29
const
DtString
& rwName = DtString::nullString(),
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtHumanPosturePSR
(
const
DtHumanPosturePSR
& orig,
34
const
DtString
& rwName = DtString::nullString(),
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
virtual
~
DtHumanPosturePSR
();
39
41
DtHumanPosturePSR
&
operator=
(
const
DtHumanPosturePSR
& orig);
42
44
virtual
DtVrfProcessStateRepository
*
clone
(
45
const
DtString
& rwName = DtString::nullString(),
46
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
47
50
virtual
DtString
type
()
const
;
51
53
54
virtual
DtLifeformStaticPosture
desiredStaticPosture()
const
;
55
virtual
void
setDesiredStaticPosture(
const
DtLifeformStaticPosture
& posture);
57
58
public
:
59
61
static
DtVrfProcessStateRepository
* creator (
const
DtString
& rwName,
62
DtVrfObject
* vrfObject,
DtReaderWriterRegistry
* parentRegistry);
63
64
protected
:
65
68
DtRwInt
myDesiredStaticPosture
;
69
};
70
71
72
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)