VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrl
DtRemoteGraphicVisualizerSet.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtRemoteGraphicVisualizerSet.h,v $ $Revision: 1.13 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvVrl/vrvVrl.h
>
16
#include <
vrvCore/DtVisualizerSet.h
>
17
#include <
vrvUtil/DtSignalConnectionManager.h
>
18
19
#include <
vrfExtObjects/controlObjSR.h
>
20
21
22
#ifndef DT_PROTOCOL_NAMESPACE
23
#error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
24
#endif
25
26
namespace
makVrv
27
{
28
class
DtMouseState;
29
class
DtDriver;
30
31
namespace
DT_PROTOCOL_NAMESPACE
32
{
33
class
DtVrlinkConnection;
34
class
DtVrlink3DGraphicObjectStateListener;
35
class
DtVrlinkRemoteGraphicStateListener;
36
40
class
DL_DLL_IGCONVRLINK
DtRemoteGraphicVisualizerSet
:
public
DtVisualizerSet
41
{
42
43
public
:
45
DtRemoteGraphicVisualizerSet
(
DtVrlinkConnection
& simulation,
46
DtVrlinkRemoteGraphicStateListener
& listener,
int
modelSet);
47
49
virtual
~
DtRemoteGraphicVisualizerSet
();
50
51
virtual
void
visualize(
const
DtUnicode
& definition);
52
53
protected
:
54
DtVrlinkRemoteGraphicStateListener
&
myVrlinkListener
;
55
};
56
}
57
}
58
59
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)