|
TTK
|
Stores the findProjection() result. More...
#include <Geometry.h>
Public Attributes | |
| std::array< float, 3 > | pt |
| SimplexId | nearestVertex |
| size_t | trianglesChecked |
| bool | projSuccess |
| bool | reverseProjection |
Stores the findProjection() result.
Definition at line 864 of file Geometry.h.
| SimplexId ttk::Geometry::ProjectionResult::nearestVertex |
Nearest vertex id in the surface
Definition at line 868 of file Geometry.h.
| bool ttk::Geometry::ProjectionResult::projSuccess |
Projection status
Definition at line 872 of file Geometry.h.
| std::array<float, 3> ttk::Geometry::ProjectionResult::pt |
Projection coordinates
Definition at line 866 of file Geometry.h.
| bool ttk::Geometry::ProjectionResult::reverseProjection |
If reverse projection was used
Definition at line 874 of file Geometry.h.
| size_t ttk::Geometry::ProjectionResult::trianglesChecked |
Number of triangles processed
Definition at line 870 of file Geometry.h.