EMODnet Quantized Mesh Generator for Cesium
Public Member Functions | List of all members
TinCreation::GIFaceInfo Class Reference

Additional information associated to a face in a Delaunay triangulation required by the Greedy Insertion algorithm. More...

#include <tin_creation_greedy_insertion_strategy.h>

Public Member Functions

void setHeapNodeHandle (GIHeapNodeHandle h)
 
void addPointPtr (std::shared_ptr< Point_3 > pp)
 
std::vector< std::shared_ptr< Point_3 > > getPtsSharedPtrs ()
 
size_t getNumPtsInFace ()
 
bool hasHeapNodeHandle ()
 
GIHeapNodeHandle getHeapNodeHandle ()
 
void clearInfo ()
 

Detailed Description

Additional information associated to a face in a Delaunay triangulation required by the Greedy Insertion algorithm.


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