libMVRgdtf
40bc00a
A library for GDTF and MVR
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
i
k
m
Typedefs
_
c
d
e
f
g
i
j
k
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
v
w
x
Enumerator
c
d
e
f
k
n
p
r
s
u
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
i
j
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
:
b
d
o
s
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
f
g
h
i
m
n
o
r
s
t
v
x
Variables
d
k
m
p
Typedefs
b
c
d
f
g
i
m
r
s
t
u
v
x
Enumerations
Enumerator
k
m
t
Macros
_
a
c
d
e
f
g
i
j
k
m
n
p
r
s
t
u
v
w
x
z
▼
libMVRgdtf
Deprecated List
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
CGdtfUserPreset.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
//----- Copyright deersoft 2015 - 2018 www.deersoft.de
3
//-----------------------------------------------------------------------------
4
#pragma once
5
6
#include "
Include/IMediaRessourceVectorInterface.h
"
7
#include "
GDTFManager.h
"
8
9
namespace
VectorworksMVR
10
{
11
//----------------------------------------------------------------------------------------
12
class
CGdtfUserPresetImpl
:
public
VCOMImpl
<IGdtfUserPreset>
13
{
14
public
:
15
CGdtfUserPresetImpl
();
16
virtual
~CGdtfUserPresetImpl
();
17
18
private
:
19
SceneData::GdtfUserPreset
* fUserPreset;
20
21
public
:
22
void
setPointer
(
SceneData::GdtfUserPreset
* userPreset);
23
24
};
12
class
CGdtfUserPresetImpl
:
public
VCOMImpl
<IGdtfUserPreset> {
…
};
25
const
VWIID
IID_GdtfUserPreset
= { 0x4fe829da, 0x5d65, 0x4c72, {0xb2, 0x76, 0xcc, 0x86, 0x4f, 0x4f, 0x24, 0xf5}};
26
27
}
GDTFManager.h
IMediaRessourceVectorInterface.h
SceneData::GdtfUserPreset
Definition
GDTFManager.h:2557
VCOMImpl
Definition
StdAfx.h:187
VectorworksMVR::CGdtfUserPresetImpl
Definition
CGdtfUserPreset.h:13
VectorworksMVR::CGdtfUserPresetImpl::setPointer
void setPointer(SceneData::GdtfUserPreset *userPreset)
Definition
CGdtfUserPreset.cpp:20
VectorworksMVR::CGdtfUserPresetImpl::CGdtfUserPresetImpl
CGdtfUserPresetImpl()
Definition
CGdtfUserPreset.cpp:10
VectorworksMVR::CGdtfUserPresetImpl::~CGdtfUserPresetImpl
virtual ~CGdtfUserPresetImpl()
Definition
CGdtfUserPreset.cpp:15
VectorworksMVR
Definition
CieColor.h:9
VectorworksMVR::IID_GdtfUserPreset
const VWIID IID_GdtfUserPreset
Definition
CGdtfUserPreset.h:25
VectorworksMVR::VWIID
Definition
VectorworksMVR.h:32
src
Implementation
CGdtfUserPreset.h