#include <simple_temporary_data.h>
Public Member Functions | |
AttributeBase () | |
virtual void * | DataBegin ()=0 |
virtual int | SizeOf () const =0 |
virtual | ~AttributeBase () |
Definition at line 177 of file simple_temporary_data.h.
virtual vcg::AttributeBase::~AttributeBase | ( | ) | [inline, virtual] |
Definition at line 179 of file simple_temporary_data.h.
vcg::AttributeBase::AttributeBase | ( | ) | [inline] |
Definition at line 180 of file simple_temporary_data.h.
virtual void* vcg::AttributeBase::DataBegin | ( | ) | [pure virtual] |
Implemented in vcg::Attribute< ATTR_TYPE >.
virtual int vcg::AttributeBase::SizeOf | ( | ) | const [pure virtual] |
Implemented in vcg::Attribute< ATTR_TYPE >.