Assignments
Assignments
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
b
c
d
e
f
g
i
j
k
m
n
o
p
q
r
s
t
u
w
Functions
_
b
c
d
e
f
g
j
m
n
o
r
s
t
u
w
Variables
Typedefs
Enumerator
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
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
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
Typedefs
Enumerations
Enumerator
Related Symbols
o
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
y
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
_
b
c
d
e
f
g
h
i
j
l
m
p
r
s
u
v
w
Enumerations
Enumerator
h
j
m
o
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
scene.inl
Go to the documentation of this file.
1
namespace
Ray
2
{
4
// LocalSceneData //
6
template
<
typename
ParameterType >
7
void
LocalSceneData::setKeyFrameEvaluator
(
void
)
8
{
9
if
(
keyFrameFile
)
keyFrameFile
->
keyFrameMatrices
.
setEvaluator
<
ParameterType
>();
10
}
7
void
LocalSceneData::setKeyFrameEvaluator
(
void
) {
…
}
11
13
// SceneGeometry //
15
template
<
typename
ParameterType >
16
void
SceneGeometry::setKeyFrameEvaluator
(
void
)
17
{
18
_localData
.
setKeyFrameEvaluator
<
ParameterType
>();
19
for
(
int
i=0 ; i<
_localData
.
files
.size() ; i++ )
_localData
.
files
[i].setKeyFrameEvaluator<
ParameterType
>();
20
}
16
void
SceneGeometry::setKeyFrameEvaluator
(
void
) {
…
}
21
}
Ray::KeyFrameData::setEvaluator
void setEvaluator(void)
Definition
keyFrames.inl:37
Ray::KeyFrameFile::keyFrameMatrices
KeyFrameMatrices keyFrameMatrices
Definition
scene.h:361
Ray::LocalSceneData::keyFrameFile
KeyFrameFile * keyFrameFile
Definition
scene.h:77
Ray::LocalSceneData::files
std::vector< File > files
Definition
scene.h:74
Ray::LocalSceneData::setKeyFrameEvaluator
void setKeyFrameEvaluator(void)
Definition
scene.inl:7
Ray::SceneGeometry::_localData
LocalSceneData _localData
Definition
scene.h:103
Ray::SceneGeometry::setKeyFrameEvaluator
void setKeyFrameEvaluator(void)
Definition
scene.inl:16
ParameterType
CmdLineParameter< int > ParameterType("parameter", RotationParameters::TRIVIAL+1)
Ray
Definition
box.h:7
Assignments
Ray
scene.inl
Generated by
1.11.0