VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtDetonationInteractionVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
10
11
#pragma once
12
#include <
vrvCore/DtInteractionVisualizer.h
>
13
14
namespace
makVrv
15
{
18
class
DT_DLL_VRVCORE
DtDetonationInteractionVisualizer
:
19
public
DtInteractionVisualizer
20
{
21
public
:
23
DtDetonationInteractionVisualizer
(
DtBaseConnection
& simulation,
24
DtStateListener
& listener,
int
modelSet);
25
27
virtual
~
DtDetonationInteractionVisualizer
();
28
30
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
;
31
33
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo();
34
35
protected
:
36
37
void
createModelAgents();
38
};
39
42
typedef
DtStateVisualizerCreatorTemplate<DtDetonationInteractionVisualizer>
43
DtDetonationInteractionVisualizerCreator
;
44
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)