VR-Forces 4.7 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
DtAggregateVisualizerSet.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/vrvCore.h
>
13
#include <
vrvCore/DtVisualizerSet.h
>
14
#include <
vrvUtil/signalslib.h
>
15
16
namespace
makVrv
17
{
18
class
DtAggregateStateListener;
19
24
class
DT_DLL_VRVCORE
DtAggregateVisualizerSet
:
public
DtVisualizerSet
25
{
26
public
:
27
30
DtAggregateVisualizerSet
(
DtBaseConnection
& conn,
31
DtAggregateStateListener
& listener,
int
modelSet,
bool
distribute);
32
33
virtual
~
DtAggregateVisualizerSet
();
34
37
virtual
void
visualize(
const
DtUnicode
& visDefName);
38
40
virtual
void
visualize(
const
DtUnicode
& visDefName,
41
const
DtVisualizerCreationSettings::VisualTypeVisualizerCreationMap
& creationMap);
42
47
virtual
DtStateVisualizer::Type
supportsVisualizerType()
const
;
48
49
};
50
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)