Radium Engine
1.5.20
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
i
m
s
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
▼
Radium Engine
►
Radium Basics
►
Radium Concepts
►
Developer manual
►
Licenses
Todo List
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
Core
▼
Animation
Cage.cpp
Cage.hpp
DualQuaternionSkinning.cpp
DualQuaternionSkinning.hpp
HandleArray.cpp
HandleArray.hpp
HandleWeight.hpp
HandleWeightOperation.cpp
HandleWeightOperation.hpp
KeyFramedValue.hpp
KeyFramedValueController.hpp
KeyFramedValueInterpolators.hpp
LinearBlendSkinning.cpp
LinearBlendSkinning.hpp
Pose.hpp
PoseOperation.cpp
PoseOperation.hpp
RotationCenterSkinning.cpp
RotationCenterSkinning.hpp
Sequence.cpp
Sequence.hpp
Skeleton.cpp
Skeleton.hpp
SkinningData.hpp
►
Asset
►
Containers
►
Geometry
►
Math
►
Resources
►
Tasks
►
Utils
CoreMacros.hpp
pch.hpp
RaCore.hpp
Types.hpp
►
Engine
►
Gui
►
Headless
►
IO
►
PluginBase
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Sequence.cpp
1
#include <Core/Animation/Sequence.hpp>
2
3
namespace
Ra
{
4
namespace
Core {
5
namespace
Animation {
6
8
Sequence::Sequence
() : m_idx(), m_type(
PoseType
::Pose_RELATIVE ) {}
9
Sequence::Sequence
(
const
Sequence
& sequence ) :
10
m_idx( sequence.m_idx ), m_type( sequence.m_type ) {}
11
13
Sequence::~Sequence
() {}
14
16
void
Sequence::clear
() {}
17
void
Sequence::setSequence(
const
FrameSet
&
/*set*/
) {}
18
void
Sequence::setFrame(
const
int
/*i*/
,
const
Frame&
/*frame*/
) {}
19
void
Sequence::insertFrame
(
const
Frame
&
/*frame*/
,
const
int
/*i*/
) {}
20
void
Sequence::removeFrame
(
const
int
/*i*/
) {}
21
22
}
// namespace Animation
23
}
// namespace Core
24
}
// namespace Ra
Ra::Core::Animation::Sequence
Definition
Sequence.hpp:20
Ra::Core::Animation::Sequence::clear
virtual void clear()
INTERFACE.
Definition
Sequence.cpp:16
Ra::Core::Animation::Sequence::~Sequence
virtual ~Sequence()
DESTRUCTOR.
Definition
Sequence.cpp:13
Ra::Core::Animation::Sequence::Sequence
Sequence()
CONSTRUCTOR.
Definition
Sequence.cpp:8
Ra::Core::Animation::Sequence::insertFrame
virtual void insertFrame(const Frame &frame, const int i)
INSERT POSE.
Definition
Sequence.cpp:19
Ra::Core::Animation::Sequence::PoseType
PoseType
ENUM.
Definition
Sequence.hpp:25
Ra::Core::Animation::Sequence::removeFrame
virtual void removeFrame(const int i)
REMOVE POSE.
Definition
Sequence.cpp:20
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
std::vector
src
Core
Animation
Sequence.cpp
Generated by
1.12.0