Semantically equivalent to boost::optional<HalfEdgeHandle>  
 More...
#include <HalfEdge.hpp>

| Public Member Functions | |
| OptionalHalfEdgeHandle () | |
| OptionalHalfEdgeHandle (EdgeHandle eH) | |
|  Public Member Functions inherited from lvr2::BaseOptionalHandle< Index, HalfEdgeHandle > | |
| 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) | 
| HalfEdgeHandle | unwrap () const | 
| Extracts the handle. If thisdoesn't hold a handle (is "None"), this method panics.  More... | |
Semantically equivalent to boost::optional<HalfEdgeHandle> 
Definition at line 66 of file HalfEdge.hpp.
| 
 | inline | 
Definition at line 70 of file HalfEdge.hpp.
| 
 | inline | 
Definition at line 71 of file HalfEdge.hpp.