Developer Documentation
BSPImplT< BSPCore >::NearestNeighbor Struct Reference

Store nearest neighbor information. More...

#include <OpenFlipper/libs_required/ACG/Geometry/bsp/BSPImplT.hh>

Public Member Functions

 NearestNeighbor (Handle _h, Scalar _d)
 

Public Attributes

Handle handle
 
Scalar dist
 

Detailed Description

template<class BSPCore>
struct BSPImplT< BSPCore >::NearestNeighbor

Store nearest neighbor information.

Definition at line 86 of file BSPImplT.hh.

Constructor & Destructor Documentation

◆ NearestNeighbor() [1/2]

template<class BSPCore >
BSPImplT< BSPCore >::NearestNeighbor::NearestNeighbor ( )
inline

Definition at line 88 of file BSPImplT.hh.

◆ NearestNeighbor() [2/2]

template<class BSPCore >
BSPImplT< BSPCore >::NearestNeighbor::NearestNeighbor ( Handle  _h,
Scalar  _d 
)
inline

Definition at line 89 of file BSPImplT.hh.

Member Data Documentation

◆ dist

template<class BSPCore >
Scalar BSPImplT< BSPCore >::NearestNeighbor::dist

Definition at line 91 of file BSPImplT.hh.

◆ handle

template<class BSPCore >
Handle BSPImplT< BSPCore >::NearestNeighbor::handle

Definition at line 90 of file BSPImplT.hh.


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