MeVisLab Toolbox Reference
ml::WEMNearestPointOnSurface::Result Struct Reference

Result structure for getNearestTriangle: More...

#include <WEMNearestPointOnSurface.h>

Public Member Functions

 Result ()
 

Public Attributes

WEMTrianglePatchpatch
 The patch containing the nearest triangle, may be nullptr if the WEM was empty. More...
 
WEMTriangletriangle
 The nearest triangle containing the nearest point, may be nullptr if the WEM was empty. More...
 
double w [3]
 The barycentric coordinates of the nearest point. More...
 

Detailed Description

Result structure for getNearestTriangle:

Definition at line 40 of file WEMNearestPointOnSurface.h.

Constructor & Destructor Documentation

◆ Result()

ml::WEMNearestPointOnSurface::Result::Result ( )
inline

Definition at line 42 of file WEMNearestPointOnSurface.h.

Member Data Documentation

◆ patch

WEMTrianglePatch* ml::WEMNearestPointOnSurface::Result::patch

The patch containing the nearest triangle, may be nullptr if the WEM was empty.

Definition at line 45 of file WEMNearestPointOnSurface.h.

◆ triangle

WEMTriangle* ml::WEMNearestPointOnSurface::Result::triangle

The nearest triangle containing the nearest point, may be nullptr if the WEM was empty.

Definition at line 47 of file WEMNearestPointOnSurface.h.

◆ w

double ml::WEMNearestPointOnSurface::Result::w[3]

The barycentric coordinates of the nearest point.

Definition at line 49 of file WEMNearestPointOnSurface.h.


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