#include <octree.h>
Public Member Functions | |
Neighbour () | |
Neighbour (ObjectPointer &object, CoordType &point, ScalarType distance) | |
bool | operator< (const Neighbour &n) const |
Public Attributes | |
ScalarType | distance |
ObjectPointer | object |
CoordType | point |
vcg::Octree< OBJECT_TYPE, SCALAR_TYPE >::Neighbour::Neighbour | ( | ) | [inline] |
vcg::Octree< OBJECT_TYPE, SCALAR_TYPE >::Neighbour::Neighbour | ( | ObjectPointer & | object, |
CoordType & | point, | ||
ScalarType | distance | ||
) | [inline] |
bool vcg::Octree< OBJECT_TYPE, SCALAR_TYPE >::Neighbour::operator< | ( | const Neighbour & | n | ) | const [inline] |
ScalarType vcg::Octree< OBJECT_TYPE, SCALAR_TYPE >::Neighbour::distance |
ObjectPointer vcg::Octree< OBJECT_TYPE, SCALAR_TYPE >::Neighbour::object |
CoordType vcg::Octree< OBJECT_TYPE, SCALAR_TYPE >::Neighbour::point |