Developer Documentation
BSPImplT< BSPCore >::NearestNeighborData Struct Reference

Store nearest neighbor information. More...

Public Attributes

Point ref
 
Scalar dist
 
Handle nearest
 

Friends

std::ostream & operator<< (std::ostream &stream, const NearestNeighborData &data)
 

Detailed Description

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

Store nearest neighbor information.

Definition at line 157 of file BSPImplT.hh.

Friends And Related Function Documentation

◆ operator<<

template<class BSPCore >
std::ostream & operator<< ( std::ostream &  stream,
const NearestNeighborData data 
)
friend

Definition at line 163 of file BSPImplT.hh.

Member Data Documentation

◆ dist

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

Definition at line 160 of file BSPImplT.hh.

◆ nearest

template<class BSPCore >
Handle BSPImplT< BSPCore >::NearestNeighborData::nearest

Definition at line 161 of file BSPImplT.hh.

◆ ref

template<class BSPCore >
Point BSPImplT< BSPCore >::NearestNeighborData::ref

Definition at line 159 of file BSPImplT.hh.


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