#include <chunked_kdtree.h>
Public Member Functions | |
ChunkId (const int &x, const int &y, const int &z) | |
ChunkId () | |
constexpr bool | operator!= (const ChunkId &a) const |
size_t | operator() (const ChunkId &id) const |
constexpr ChunkId | operator+ (const ChunkId &a) const |
constexpr bool | operator== (const ChunkId &a) const |
Public Attributes | |
const int | x_ |
const int | y_ |
const int | z_ |
Definition at line 49 of file chunked_kdtree.h.
mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::ChunkId | ( | const int & | x, |
const int & | y, | ||
const int & | z | ||
) | [inline] |
Definition at line 74 of file chunked_kdtree.h.
mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::ChunkId | ( | ) | [inline] |
Definition at line 80 of file chunked_kdtree.h.
constexpr bool mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::operator!= | ( | const ChunkId & | a | ) | const [inline] |
Definition at line 62 of file chunked_kdtree.h.
size_t mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::operator() | ( | const ChunkId & | id | ) | const [inline] |
Definition at line 70 of file chunked_kdtree.h.
constexpr ChunkId mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::operator+ | ( | const ChunkId & | a | ) | const [inline] |
Definition at line 66 of file chunked_kdtree.h.
constexpr bool mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::operator== | ( | const ChunkId & | a | ) | const [inline] |
Definition at line 58 of file chunked_kdtree.h.
const int mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::x_ |
Definition at line 54 of file chunked_kdtree.h.
const int mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::y_ |
Definition at line 55 of file chunked_kdtree.h.
const int mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::z_ |
Definition at line 56 of file chunked_kdtree.h.