#include <base.h>
Public Member Functions | |
bool | operator< (const PointerToAttribute b) const |
void | Reorder (std::vector< size_t > &newVertIndex) |
void | Resize (const int &sz) |
Public Attributes | |
void * | _handle |
std::string | _name |
int | _padding |
int | _sizeof |
std::string | _typename |
int | n_attr |
Definition at line 225 of file complex/trimesh/base.h.
bool vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::operator< | ( | const PointerToAttribute | b | ) | const [inline] |
Definition at line 236 of file complex/trimesh/base.h.
void vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::Reorder | ( | std::vector< size_t > & | newVertIndex | ) | [inline] |
Definition at line 235 of file complex/trimesh/base.h.
void vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::Resize | ( | const int & | sz | ) | [inline] |
Definition at line 234 of file complex/trimesh/base.h.
void* vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::_handle |
Definition at line 227 of file complex/trimesh/base.h.
std::string vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::_name |
Definition at line 228 of file complex/trimesh/base.h.
int vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::_padding |
Definition at line 231 of file complex/trimesh/base.h.
int vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::_sizeof |
Definition at line 230 of file complex/trimesh/base.h.
std::string vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::_typename |
Definition at line 229 of file complex/trimesh/base.h.
int vcg::tri::TriMesh< Container0, Container1, Container2, Container3 >::PointerToAttribute::n_attr |
Definition at line 233 of file complex/trimesh/base.h.