VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
brokers
disBroker
disBroker
disBroker/disBroker/stopTranslator.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
disBroker/disTranslator.h
>
13
#include <vl/stopFreezeInteraction.h>
14
#include <
portal/pStopInter.h
>
15
16
namespace
MAKVrExchange
17
{
18
19
class
DtPortalStopInteraction;
20
21
namespace
DtDisBroker
22
{
23
24
class
DtDisBroker;
25
29
class
DT_DLL_DISBROKER
DtStopTranslator
30
:
public
DtDisInteractionTranslator
<DtPortalStopInteraction,DtStopFreezeInteraction>
31
{
32
public
:
33
35
Dt_DEF_TRANSLATOR_NAME
(
"Stop"
);
36
38
DtStopTranslator
(
DtBroker
* broker );
39
41
virtual
~
DtStopTranslator
();
42
44
virtual
bool
isPortalDiscoverable(
const
DtPortalStopInteraction
& inter );
45
47
virtual
DtPortalStopInteraction
* translate(
DtPortalStopInteraction
* destination,
48
const
DtStopFreezeInteraction& source );
49
51
virtual
DtStopFreezeInteraction* translate( DtStopFreezeInteraction* destination,
52
const
DtPortalStopInteraction
& source );
53
54
};
55
56
}
57
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)