Semantically equivalent to boost::optional<FaceHandle>
More...
#include <Handles.hpp>

Additional Inherited Members | |
Public Member Functions inherited from lvr2::BaseOptionalHandle< Index, FaceHandle > | |
| BaseOptionalHandle () | |
| BaseOptionalHandle (BaseHandle< Index > handle) | |
| BaseOptionalHandle (boost::optional< BaseHandle< Index >> handle) | |
| BaseOptionalHandle (Index idx) | |
| operator bool () const | |
| bool | operator! () const |
| bool | operator!= (const BaseOptionalHandle &other) const |
| bool | operator== (const BaseOptionalHandle &other) const |
| void | setIdx (Index idx) |
| FaceHandle | unwrap () const |
Extracts the handle. If this doesn't hold a handle (is "None"), this method panics. More... | |
Semantically equivalent to boost::optional<FaceHandle>
Definition at line 170 of file Handles.hpp.