#include <chunked_kdtree.h>
Public Types | |
using | Ptr = std::shared_ptr< ChunkId > |
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.
using mcl_3dl::ChunkedKdtree< POINT_TYPE >::ChunkId::Ptr = std::shared_ptr<ChunkId> |
Definition at line 52 of file chunked_kdtree.h.
|
inline |
Definition at line 74 of file chunked_kdtree.h.
|
inline |
Definition at line 80 of file chunked_kdtree.h.
|
inline |
Definition at line 62 of file chunked_kdtree.h.
|
inline |
Definition at line 70 of file chunked_kdtree.h.
|
inline |
Definition at line 66 of file chunked_kdtree.h.
|
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.