|
Geogram Version 1.9.7
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 1604 of file attributes.h.
|
inline |
ConstBoolAttributeAccessor constructor.
Definition at line 1609 of file attributes.h.
|
inline |
Converts a BoolAttributeAccessor to a bool.
Performs the actual lookup.
Definition at line 1621 of file attributes.h.
|
friend |
Definition at line 1629 of file attributes.h.