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
vrvCore
DtInteractionStateVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
#include <
vrvCore/DtStateVisualizer.h
>
12
13
#include <matrix/vlVector.h>
14
15
namespace
makVrv
16
{
17
class
DtModelAgent;
18
19
22
class
DT_DLL_VRVCORE
DtInteractionStateVisualizer
:
public
DtStateVisualizer
23
{
24
public
:
26
DtInteractionStateVisualizer
(
DtBaseConnection
& simulation,
27
DtStateListener
& listener,
int
modelSet);
28
30
virtual
~
DtInteractionStateVisualizer
();
31
33
void
setDelayTime(
double
d);
34
36
double
delayTime()
const
;
37
38
protected
:
39
virtual
void
destroyModelAgents();
40
virtual
void
setVisualizerDefinition(
const
DtVisualizerDefinition
& visDef);
41
virtual
void
setModelDefinitionForAgents();
42
43
protected
:
44
std::list<DtModelAgent*>
myModels
;
45
//DtParticleSystemModelAgent* myParticleSystemModel;
46
//DtAnimationModelAgent* myAnimationModel;
47
48
double
myLifeTime
;
49
double
myDelayTime
;
50
std::string
mySchema
;
51
};
52
}
53
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
)