TTK
|
Stores the findProjection() input. More...
#include <SurfaceGeometrySmoother.h>
Public Attributes | |
size_t | id |
Point & | pt |
SimplexId | nearestVertex |
Stores the findProjection() input.
Definition at line 130 of file SurfaceGeometrySmoother.h.
size_t ttk::SurfaceGeometrySmoother::ProjectionInput::id |
Vertex id in the surface to project
Definition at line 132 of file SurfaceGeometrySmoother.h.
SimplexId ttk::SurfaceGeometrySmoother::ProjectionInput::nearestVertex |
Nearest vertex in the reference surface
Definition at line 136 of file SurfaceGeometrySmoother.h.
Point& ttk::SurfaceGeometrySmoother::ProjectionInput::pt |
Input point coordinates
Definition at line 134 of file SurfaceGeometrySmoother.h.