#include <simple_temporary_data.h>
Public Types | |
typedef ATTR_TYPE | AttrType |
Public Member Functions | |
void * | At (size_t) |
Attribute () | |
void * | DataBegin () |
void | Reorder (std::vector< size_t > &) |
void | Resize (size_t) |
size_t | SizeOf () const |
~Attribute () | |
Public Attributes | |
AttrType * | attribute |
Definition at line 142 of file simple_temporary_data.h.
typedef ATTR_TYPE vcg::Attribute< ATTR_TYPE >::AttrType |
Definition at line 144 of file simple_temporary_data.h.
vcg::Attribute< ATTR_TYPE >::Attribute | ( | ) | [inline] |
Definition at line 146 of file simple_temporary_data.h.
vcg::Attribute< ATTR_TYPE >::~Attribute | ( | ) | [inline] |
Definition at line 147 of file simple_temporary_data.h.
void* vcg::Attribute< ATTR_TYPE >::At | ( | size_t | ) | [inline, virtual] |
Implements vcg::SimpleTempDataBase.
Definition at line 153 of file simple_temporary_data.h.
void* vcg::Attribute< ATTR_TYPE >::DataBegin | ( | ) | [inline, virtual] |
Implements vcg::SimpleTempDataBase.
Definition at line 149 of file simple_temporary_data.h.
void vcg::Attribute< ATTR_TYPE >::Reorder | ( | std::vector< size_t > & | ) | [inline, virtual] |
Implements vcg::SimpleTempDataBase.
Definition at line 152 of file simple_temporary_data.h.
void vcg::Attribute< ATTR_TYPE >::Resize | ( | size_t | ) | [inline, virtual] |
Implements vcg::SimpleTempDataBase.
Definition at line 151 of file simple_temporary_data.h.
size_t vcg::Attribute< ATTR_TYPE >::SizeOf | ( | ) | const [inline, virtual] |
Implements vcg::SimpleTempDataBase.
Definition at line 148 of file simple_temporary_data.h.
AttrType* vcg::Attribute< ATTR_TYPE >::attribute |
Definition at line 145 of file simple_temporary_data.h.