|
Geogram Version 1.9.2
A programming library of geometric algorithms
|
Accessor class for adapting Attribute<bool> indexing. More...
#include <geogram/basic/attributes.h>
Public Member Functions | |
| ConstBoolAttributeAccessor (const Attribute< bool > &attribute, index_t index) | |
| ConstBoolAttributeAccessor constructor. | |
| operator bool () const | |
| Converts a BoolAttributeAccessor to a bool. | |
Friends | |
| class | BoolAttributeAccessor |
Accessor class for adapting Attribute<bool> indexing.
Definition at line 1542 of file attributes.h.
|
inline |
ConstBoolAttributeAccessor constructor.
Definition at line 1547 of file attributes.h.
|
inline |
Converts a BoolAttributeAccessor to a bool.
Performs the actual lookup.
Definition at line 1559 of file attributes.h.
|
friend |
Definition at line 1567 of file attributes.h.