Radium Engine  1.5.20
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/RaCore.hpp>
6
7namespace Ra {
8namespace Core {
9namespace Animation {
10
19class RA_CORE_API Cage : public HandleArray
20{
21 public:
22 Cage();
23 explicit Cage( const uint n );
24 Cage( const Cage& cage );
25
27 ~Cage();
28
29 void clear() override;
30
35};
36
37} // namespace Animation
38} // Namespace Core
39} // Namespace Ra
VectorArray< Ra::Core::Vector3ui > m_triangle
Definition Cage.hpp:34
This class implements ContainerIntrospectionInterface for AlignedStdVector.
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3