VR-Forces 4.6 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
DtInteractionVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtInteractionVisualizer.h,v $ $Revision: 1.43 $ $SceneObject: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCore/DtSceneObjectVisualizer.h
>
15
16
#include <matrix/vlVector.h>
17
18
namespace
makVrv
19
{
20
#if 0
21
class
DtParticleSystemModelAgent;
22
class
DtAnimationModelAgent;
23
#else
24
class
DtModelAgent;
25
#endif
26
31
class
DT_DLL_VRVCORE
DtInteractionVisualizer
:
public
DtSceneObjectVisualizer
32
{
33
public
:
35
DtInteractionVisualizer
(
DtBaseConnection
& simulation,
36
DtStateListener
& listener,
int
modelSet);
37
39
virtual
~
DtInteractionVisualizer
();
40
42
virtual
void
setLocation(
const
DtVector
&);
43
45
void
setDelayTime(
double
d);
46
48
double
delayTime()
const
;
49
50
protected
:
51
virtual
void
destroyModelAgents();
52
virtual
void
setVisualizerDefinition(
const
DtVisualizerDefinition
& visDef);
53
virtual
void
setModelDefinitionForAgents();
54
55
protected
:
56
std::list<DtModelAgent*>
myModels
;
57
//DtParticleSystemModelAgent* myParticleSystemModel;
58
//DtAnimationModelAgent* myAnimationModel;
59
60
double
myLifeTime
;
61
double
myDelayTime
;
62
std::string
mySchema
;
63
};
64
}
65
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)