#include <simple_temporary_data.h>
Public Types | |
typedef ATTR_TYPE | AttrType |
Public Member Functions | |
Attribute () | |
void * | DataBegin () |
int | SizeOf () const |
~Attribute () | |
Public Attributes | |
AttrType * | attribute |
Definition at line 187 of file simple_temporary_data.h.
typedef ATTR_TYPE vcg::Attribute< ATTR_TYPE >::AttrType |
Definition at line 189 of file simple_temporary_data.h.
vcg::Attribute< ATTR_TYPE >::Attribute | ( | ) | [inline] |
Definition at line 191 of file simple_temporary_data.h.
vcg::Attribute< ATTR_TYPE >::~Attribute | ( | ) | [inline] |
Definition at line 192 of file simple_temporary_data.h.
void* vcg::Attribute< ATTR_TYPE >::DataBegin | ( | ) | [inline, virtual] |
Implements vcg::AttributeBase.
Definition at line 194 of file simple_temporary_data.h.
int vcg::Attribute< ATTR_TYPE >::SizeOf | ( | ) | const [inline, virtual] |
Implements vcg::AttributeBase.
Definition at line 193 of file simple_temporary_data.h.
AttrType* vcg::Attribute< ATTR_TYPE >::attribute |
Definition at line 190 of file simple_temporary_data.h.