Base class for attributes. They are notified whenever the AttributeStore is modified.
More...
#include <geogram/basic/attributes.h>
Base class for attributes. They are notified whenever the AttributeStore is modified.
Definition at line 70 of file attributes.h.
◆ AttributeStoreObserver()
GEO::AttributeStoreObserver::AttributeStoreObserver |
( |
| ) |
|
|
inline |
◆ dimension()
index_t GEO::AttributeStoreObserver::dimension |
( |
| ) |
const |
|
inline |
Gets the dimension.
- Returns
- the number of elements per item
Definition at line 108 of file attributes.h.
◆ disconnect()
void GEO::AttributeStoreObserver::disconnect |
( |
| ) |
|
|
inline |
◆ nb_elements()
index_t GEO::AttributeStoreObserver::nb_elements |
( |
| ) |
const |
|
inline |
Gets the total number of elements.
This corresponds to one position past the last valid index.
- Returns
- the total number of elements.
Definition at line 118 of file attributes.h.
◆ notify()
Callback function, called by the AttributeStore whenever it is modified.
- Parameters
-
[in] | base_addr | new base address of the AttributeStore |
[in] | size | new number of items in the AttributeStore |
[in] | dim | new dimension, i.e. number of elements per item |
Definition at line 88 of file attributes.h.
◆ register_me()
void GEO::AttributeStoreObserver::register_me |
( |
AttributeStore * |
store | ) |
|
◆ size()
index_t GEO::AttributeStoreObserver::size |
( |
| ) |
const |
|
inline |
Gets the size.
- Returns
- the number of items
Definition at line 100 of file attributes.h.
◆ unregister_me()
void GEO::AttributeStoreObserver::unregister_me |
( |
AttributeStore * |
store | ) |
|
◆ base_addr_
◆ dimension_
index_t GEO::AttributeStoreObserver::dimension_ |
|
protected |
◆ disconnected_
bool GEO::AttributeStoreObserver::disconnected_ |
|
protected |
◆ size_
index_t GEO::AttributeStoreObserver::size_ |
|
protected |
The documentation for this class was generated from the following file: