Loading [MathJax]/extensions/TeX/AMSmath.js
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
HandleWeight.hpp
1
#pragma once
2
3
#include <Core/Containers/AlignedStdVector.hpp>
4
#include <
Core/Types.hpp
>
5
#include <map>
6
7
namespace
Ra
{
8
namespace
Core {
9
namespace
Animation {
10
14
using
SingleWeight =
std::pair<uint, Scalar>
;
15
19
using
VertexWeight =
AlignedStdVector<SingleWeight>
;
20
24
using
MeshWeight =
AlignedStdVector<VertexWeight>
;
25
34
using
WeightMatrix = Ra::Core::Sparse;
35
36
}
// namespace Animation
37
}
// Namespace Core
38
}
// Namespace Ra
Types.hpp
Ra::Core::AlignedStdVector
std::vector< T, Eigen::aligned_allocator< T > > AlignedStdVector
Definition
AlignedStdVector.hpp:14
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
std::pair
src
Core
Animation
HandleWeight.hpp
Generated by
1.12.0