VR-Forces 4.6.1 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
DtSensorViewCreator.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
11
#pragma once
12
13
#include <
vrvCore/DtInsetViewCreator.h
>
14
#include <
vrvCore/DtModelDefinition.h
>
15
16
namespace
makVrv
17
{
18
class
DtDe;
19
class
DtSensorFieldOfViewData;
20
24
class
DT_DLL_VRVCORE
DtSensorViewCreator
:
public
DtInsetViewCreator
25
{
26
public
:
27
friend
class
DtSensorViewCreatorCreator
;
28
30
virtual
~
DtSensorViewCreator
();
31
33
virtual
void
createSensorView(
const
std::string& sensorId);
34
35
protected
:
38
DtSensorViewCreator
(
DtDe
& de);
39
42
virtual
DtObserverConfiguration
createObserverConfiguration(
const
std::string& observerName,
bool
realize =
true
);
43
45
virtual
DtWindowConfiguration
createWindowConfigurationFor(
46
const
std::string& displayName,
const
DtDisplayConfiguration
& dec,
47
const
DtObserverConfiguration
& observerConfig,
48
const
DtSensorFieldOfViewData
* fov);
49
53
virtual
std::string generateWindowName(
const
std::string& displayName)
54
const
;
55
};
56
59
class
DT_DLL_VRVCORE
DtSensorViewCreatorCreator
:
60
public
DtVirtualBaseClass
61
{
62
public
:
66
static
DtSensorViewCreatorCreator
& instance(
DtDe
& de);
67
70
static
void
registerInstance(
DtDe
& de,
71
DtSensorViewCreatorCreator
* instance);
72
74
virtual
DtSensorViewCreator
* create(
DtDe
& de);
75
};
76
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)