VR-Forces 4.6.1 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
vrfmodel
scriptEnableByAggregatePostureController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfmodel/scriptEnableController.h
"
12
13
class
DtRwSensorContactInfo
;
14
18
class
DT_DLL_vrfmodel
DtScriptEnableByAggregatePostureController
:
public
DtScriptEnableController
19
{
20
public
:
22
DtScriptEnableByAggregatePostureController
(
const
DtString
& name,
DtVrfObject
* owner,
23
DtSimManager
* simManager,
DtComponentDescriptor
* desc = NULL,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
virtual
~
DtScriptEnableByAggregatePostureController
();
28
29
private
:
31
DtScriptEnableByAggregatePostureController
(
const
DtScriptEnableByAggregatePostureController
& orig);
32
34
DtScriptEnableByAggregatePostureController
&
operator=
(
const
DtScriptEnableByAggregatePostureController
& orig);
35
36
public
:
37
39
virtual
void
tick
();
40
41
protected
:
42
45
std::set<DtString>
myAvailablePostures
;
46
48
DtString
myCurrentPosture
;
49
};
50
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)