TTK
Loading...
Searching...
No Matches
Public Attributes | List of all members
ttk::Geometry::ProjectionResult Struct Reference

Stores the findProjection() result. More...

#include <Geometry.h>

Public Attributes

std::array< float, 3 > pt
 
SimplexId nearestVertex
 
size_t trianglesChecked
 
bool projSuccess
 
bool reverseProjection
 

Detailed Description

Stores the findProjection() result.

Definition at line 864 of file Geometry.h.

Member Data Documentation

◆ nearestVertex

SimplexId ttk::Geometry::ProjectionResult::nearestVertex

Nearest vertex id in the surface

Definition at line 868 of file Geometry.h.

◆ projSuccess

bool ttk::Geometry::ProjectionResult::projSuccess

Projection status

Definition at line 872 of file Geometry.h.

◆ pt

std::array<float, 3> ttk::Geometry::ProjectionResult::pt

Projection coordinates

Definition at line 866 of file Geometry.h.

◆ reverseProjection

bool ttk::Geometry::ProjectionResult::reverseProjection

If reverse projection was used

Definition at line 874 of file Geometry.h.

◆ trianglesChecked

size_t ttk::Geometry::ProjectionResult::trianglesChecked

Number of triangles processed

Definition at line 870 of file Geometry.h.


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