1 #ifndef MODEL_HPP_INCLUDED
2 #define MODEL_HPP_INCLUDED
5 #include "../JavaClass/Class.hpp"
Model & operator=(const Model &Obj)=default
Model(Model &&Obj)=default
std::vector< std::int32_t > GetVerticesY() const
std::vector< std::vector< std::int32_t > > GetFrameMapIndices() const
std::vector< std::int32_t > GetVerticesX() const
std::vector< std::int32_t > GetIndicesB() const
std::vector< std::int32_t > GetIndicesA() const
std::int32_t GetVerticesLength() const
Model & operator=(Model &&Obj)=default
std::vector< std::int32_t > GetVerticesZ() const
Model(const Model &Obj)=default
std::vector< std::int32_t > GetIndicesC() const
std::int32_t GetIndicesLength() const