Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::Attribute< bool >::ConstBoolAttributeAccessor Class Reference

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
 

Detailed Description

Accessor class for adapting Attribute<bool> indexing.

Definition at line 1540 of file attributes.h.

Constructor & Destructor Documentation

◆ ConstBoolAttributeAccessor()

GEO::Attribute< bool >::ConstBoolAttributeAccessor::ConstBoolAttributeAccessor ( const Attribute< bool > &  attribute,
index_t  index 
)
inline

ConstBoolAttributeAccessor constructor.

Definition at line 1545 of file attributes.h.

Member Function Documentation

◆ operator bool()

GEO::Attribute< bool >::ConstBoolAttributeAccessor::operator bool ( ) const
inline

Converts a BoolAttributeAccessor to a bool.

Performs the actual lookup.

Definition at line 1557 of file attributes.h.

Friends And Related Symbol Documentation

◆ BoolAttributeAccessor

friend class BoolAttributeAccessor
friend

Definition at line 1565 of file attributes.h.


The documentation for this class was generated from the following file: