|
Graphite Version 3
An experimental 3D geometry processing program
|
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 1540 of file attributes.h.
|
inline |
ConstBoolAttributeAccessor constructor.
Definition at line 1545 of file attributes.h.
|
inline |
Converts a BoolAttributeAccessor to a bool.
Performs the actual lookup.
Definition at line 1557 of file attributes.h.
|
friend |
Definition at line 1565 of file attributes.h.