SO3Engine
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
v
w
x
Functions
Variables
Typedefs
a
b
c
d
f
m
p
s
Enumerations
Enumerator
b
c
e
f
h
l
m
n
p
r
s
t
x
Classes
Class List
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
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
s
t
u
v
w
Enumerations
a
c
d
e
f
g
h
l
n
p
r
s
v
w
Enumerator
a
b
c
d
e
f
h
l
m
n
o
p
r
s
t
v
Related Symbols
a
c
d
h
i
o
p
s
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Functions
_
b
c
d
f
g
h
i
l
m
n
r
s
t
v
w
z
Variables
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
w
Typedefs
Enumerator
src
SCOLBasic
SO3DataScol.cpp
Go to the documentation of this file.
1
7
#include "
SCOLBasic/SO3DataScol.h
"
8
9
namespace
SO3
10
{
11
12
SData::SData()
13
{
14
// Forbiden (private)
15
}
16
17
SData::SData(
const
std::string& dataName)
18
{
19
name
= dataName;
20
}
17
SData::SData(
const
std::string& dataName) {
…
}
21
22
SData::~SData
()
23
{
24
}
22
SData::~SData
() {
…
}
25
26
std::string
SData::GetName
()
const
27
{
28
return
name
;
29
}
26
std::string
SData::GetName
()
const
{
…
}
30
31
SUserObjectBindings
&
SData::GetUserObjectBindings
()
32
{
33
return
mUserObjectBindings;
34
}
31
SUserObjectBindings
&
SData::GetUserObjectBindings
() {
…
}
35
36
const
SUserObjectBindings
&
SData::GetUserObjectBindings
()
const
37
{
38
return
mUserObjectBindings;
39
}
36
const
SUserObjectBindings
&
SData::GetUserObjectBindings
()
const
{
…
}
40
41
}
SO3DataScol.h
SO3::SData::GetUserObjectBindings
SUserObjectBindings & GetUserObjectBindings()
Definition
SO3DataScol.cpp:31
SO3::SData::GetName
std::string GetName() const
Definition
SO3DataScol.cpp:26
SO3::SData::~SData
virtual ~SData()
Definition
SO3DataScol.cpp:22
SO3::SData::name
std::string name
Definition
SO3DataScol.h:44
SO3::SUserObjectBindings
Definition
SO3UserObjectBindings.h:39
SO3
Definition
SO3DataScol.h:38
Generated by
1.9.8