#include <GteDelaunay2.h>
Public Attributes | |
| int | finalTriangle |
| std::array< int, 3 > | finalV |
| int | initialTriangle |
| int | numPath |
| std::vector< int > | path |
Definition at line 138 of file GteDelaunay2.h.
| int gte::Delaunay2< InputType, ComputeType >::SearchInfo::finalTriangle |
Definition at line 143 of file GteDelaunay2.h.
| std::array<int, 3> gte::Delaunay2< InputType, ComputeType >::SearchInfo::finalV |
Definition at line 144 of file GteDelaunay2.h.
| int gte::Delaunay2< InputType, ComputeType >::SearchInfo::initialTriangle |
Definition at line 140 of file GteDelaunay2.h.
| int gte::Delaunay2< InputType, ComputeType >::SearchInfo::numPath |
Definition at line 141 of file GteDelaunay2.h.
| std::vector<int> gte::Delaunay2< InputType, ComputeType >::SearchInfo::path |
Definition at line 142 of file GteDelaunay2.h.