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
vrvVrl
DtVrlink2DAggregateExtentVisualizer.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2014 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/Dt2DAggregateExtentVisualizer.h
>
13
14
namespace
makVrv
15
{
16
namespace
DT_PROTOCOL_NAMESPACE
17
{
21
class
DL_DLL_IGCONVRLINK
DtVrlink2DAggregateExtentVisualizer
:
public
Dt2DAggregateExtentVisualizer
22
{
23
public
:
25
DtVrlink2DAggregateExtentVisualizer
(
DtBaseConnection
& simulation,
DtStateListener
& listener,
26
int
modelSet);
27
29
virtual
~
DtVrlink2DAggregateExtentVisualizer
();
30
31
virtual
void
setForceId(
int
);
32
virtual
void
refreshForceColor();
33
34
protected
:
35
36
virtual
void
slot_colorizedModelColorTypeForAggregatesChanged();
37
40
virtual
void
slot_forceAdded(
int
);
41
42
43
protected
:
44
int
myForceId
;
45
47
DtVrlinkAggregateStateListener
*
myVrlinkListener
;
48
50
DtVrlinkConnection
*
myVrlinkSimulation
;
51
};
52
53
typedef
DtStateVisualizerCreatorTemplate<DtVrlink2DAggregateExtentVisualizer>
DtVrlink2DAggregateExtentVisualizerCreator
;
54
}
55
}
56
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
)