VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCore
DtDetonationInteractionVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
10
11
#pragma once
12
#include <
vrvCore/DtInteractionStateVisualizer.h
>
13
14
#include <list>
15
#include <string>
16
17
namespace
makVrv
18
{
21
class
DT_DLL_VRVCORE
DtDetonationInteractionVisualizer
:
22
public
DtInteractionStateVisualizer
23
{
24
public
:
25
// This visualizer's supported detonation categories are
26
// stored in this form
27
typedef
std::list<std::string>
SupportedDetonationCategories
;
28
30
DtDetonationInteractionVisualizer
(
DtBaseConnection
& simulation,
31
DtStateListener
& listener,
int
modelSet);
32
34
virtual
~
DtDetonationInteractionVisualizer
();
35
37
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
;
38
40
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo();
41
42
protected
:
43
45
virtual
void
setVisualizerDefinition(
const
DtVisualizerDefinition
& visDef);
46
50
virtual
void
createModelAgents();
51
54
virtual
bool
detonationCategorySupported();
55
protected
:
56
57
SupportedDetonationCategories
mySupportedDetonationCategories
;
58
std::string
myDetonationCategory
;
59
};
60
63
typedef
DtStateVisualizerCreatorTemplate<DtDetonationInteractionVisualizer>
64
DtDetonationInteractionVisualizerCreator
;
65
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)