Radium Engine  1.5.20
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
7namespace Ra {
8namespace Core {
9namespace Animation {
10
14using SingleWeight = std::pair<uint, Scalar>;
15
19using VertexWeight = AlignedStdVector<SingleWeight>;
20
24using MeshWeight = AlignedStdVector<VertexWeight>;
25
34using WeightMatrix = Ra::Core::Sparse;
35
36} // namespace Animation
37} // Namespace Core
38} // Namespace Ra
std::vector< T, Eigen::aligned_allocator< T > > AlignedStdVector
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3