Loading [MathJax]/extensions/TeX/AMSsymbols.js
Radium Engine
1.5.26
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
u
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
u
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
n
o
r
s
t
u
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
►
Random
►
Resources
►
Tasks
►
Utils
CoreMacros.hpp
pch.hpp
RaCore.hpp
Types.hpp
►
Dataflow
►
Engine
►
Gui
►
Headless
►
IO
►
PluginBase
►
tests
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Cage.hpp
1
#pragma once
2
3
#include <Core/Animation/HandleArray.hpp>
4
#include <Core/Containers/VectorArray.hpp>
5
#include <Core/CoreMacros.hpp>
6
#include <Core/RaCore.hpp>
7
#include <
Core/Types.hpp
>
8
9
namespace
Ra
{
10
namespace
Core {
11
namespace
Animation {
12
21
class
RA_CORE_API
Cage
:
public
HandleArray
22
{
23
public
:
24
Cage
();
25
explicit
Cage
(
const
uint n );
26
Cage
(
const
Cage
& cage );
27
29
~Cage
();
30
31
void
clear()
override
;
32
36
VectorArray<Ra::Core::Vector3ui>
m_triangle
;
37
};
21
class
RA_CORE_API
Cage
:
public
HandleArray
{
…
};
38
39
}
// namespace Animation
40
}
// Namespace Core
41
}
// Namespace Ra
Types.hpp
Ra::Core::Animation::Cage
Definition
Cage.hpp:22
Ra::Core::Animation::Cage::m_triangle
VectorArray< Ra::Core::Vector3ui > m_triangle
Definition
Cage.hpp:36
Ra::Core::Animation::HandleArray
Definition
HandleArray.hpp:25
Ra::Core::VectorArray
This class implements ContainerIntrospectionInterface for AlignedStdVector.
Definition
VectorArray.hpp:35
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:4
src
Core
Animation
Cage.hpp
Generated by
1.12.0