Graphite Version 3
An experimental 3D geometry processing program
|
Internal class for creating an AttributeStore from the type name of its elements. More...
#include <geogram/basic/attributes.h>
Public Member Functions | |
~AttributeStoreCreator () override | |
AttributeStoreCreator destructor. | |
virtual AttributeStore * | create_attribute_store (index_t dimension)=0 |
Creates a new attribute store. | |
![]() | |
void | ref () const |
Increments the reference count. | |
void | unref () const |
Decrements the reference count. | |
bool | is_shared () const |
Check if the object is shared. | |
int | nb_refs () const |
Gets the number of references that point to this object. | |
Additional Inherited Members | |
![]() | |
static void | ref (const Counted *counted) |
Increments the reference count. | |
static void | unref (const Counted *counted) |
Decrements the reference count. | |
![]() | |
Counted () | |
Creates a reference counted object. | |
virtual | ~Counted () |
Destroys a reference counted object. | |
Internal class for creating an AttributeStore from the type name of its elements.
Definition at line 163 of file attributes.h.
|
pure virtual |
Creates a new attribute store.
[in] | dimension | number of elements in each item |
Implemented in GEO::TypedAttributeStoreCreator< T >.