#include <GteDelaunay3.h>
Public Attributes | |
int | finalTetrahedron |
std::array< int, 4 > | finalV |
int | initialTetrahedron |
int | numPath |
std::vector< int > | path |
Definition at line 147 of file GteDelaunay3.h.
int gte::Delaunay3< InputType, ComputeType >::SearchInfo::finalTetrahedron |
Definition at line 152 of file GteDelaunay3.h.
std::array<int, 4> gte::Delaunay3< InputType, ComputeType >::SearchInfo::finalV |
Definition at line 153 of file GteDelaunay3.h.
int gte::Delaunay3< InputType, ComputeType >::SearchInfo::initialTetrahedron |
Definition at line 149 of file GteDelaunay3.h.
int gte::Delaunay3< InputType, ComputeType >::SearchInfo::numPath |
Definition at line 150 of file GteDelaunay3.h.
std::vector<int> gte::Delaunay3< InputType, ComputeType >::SearchInfo::path |
Definition at line 151 of file GteDelaunay3.h.