MeshCore::MeshNearestIndexToPlane< T > Class Template Reference

#include <Tools.h>

Public Types

using Index = typename T::Index
 

Public Member Functions

 MeshNearestIndexToPlane (const MeshKernel &mesh, const Base::Vector3f &b, const Base::Vector3f &n)
 
void operator() (Index index)
 

Public Attributes

float nearest_dist
 
Index nearest_index
 

Member Typedef Documentation

◆ Index

template<class T >
using MeshCore::MeshNearestIndexToPlane< T >::Index = typename T::Index

Constructor & Destructor Documentation

◆ MeshNearestIndexToPlane()

template<class T >
MeshCore::MeshNearestIndexToPlane< T >::MeshNearestIndexToPlane ( const MeshKernel mesh,
const Base::Vector3f b,
const Base::Vector3f n 
)

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ nearest_dist

template<class T >
float MeshCore::MeshNearestIndexToPlane< T >::nearest_dist

◆ nearest_index


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