CDT  2.0.1
C++ library for constrained Delaunay triangulation
Loading...
Searching...
No Matches
CDT::OptionalIndex< TIndex > Class Template Reference

Public Member Functions

 OptionalIndex (const TIndex index)
 
bool hasValue () const
 
TIndex value () const
 

Detailed Description

template<typename TIndex>
class CDT::OptionalIndex< TIndex >

Definition at line 337 of file Triangulation.h.

Constructor & Destructor Documentation

◆ OptionalIndex()

template<typename TIndex>
CDT::OptionalIndex< TIndex >::OptionalIndex ( const TIndex index)
inline

Definition at line 340 of file Triangulation.h.

Member Function Documentation

◆ hasValue()

template<typename TIndex>
bool CDT::OptionalIndex< TIndex >::hasValue ( ) const
inline

Definition at line 343 of file Triangulation.h.

◆ value()

template<typename TIndex>
TIndex CDT::OptionalIndex< TIndex >::value ( ) const
inline

Definition at line 347 of file Triangulation.h.


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