|
| size_t | getBlockBit () const |
| |
| | BlockMemGridmap (const CyclicVecInt< DIM, NONCYCLIC > &size_) |
| |
| | BlockMemGridmap () |
| |
| void | clear (const intzero) |
| |
| void | clear_partially (const intzero, const CyclicVecInt< DIM, NONCYCLIC > &min, const CyclicVecInt< DIM, NONCYCLIC > &max) |
| |
| void | clear_positive (const intzero) |
| |
| void | copy_partially (const BlockMemGridmapBase< int, DIM, NONCYCLIC > &base, const CyclicVecInt< DIM, NONCYCLIC > &min, const CyclicVecInt< DIM, NONCYCLIC > &max) |
| |
| std::function< void(CyclicVecInt< DIM, NONCYCLIC >, size_t &, size_t &)> | getAddressor () const |
| |
| const BlockMemGridmap< int, DIM, NONCYCLIC, BLOCK_WIDTH, ENABLE_VALIDATION > & | operator= (const BlockMemGridmap< int, DIM, NONCYCLIC, BLOCK_WIDTH, ENABLE_VALIDATION > &gm) |
| |
| int & | operator[] (const CyclicVecInt< DIM, NONCYCLIC > &pos) |
| |
| const int | operator[] (const CyclicVecInt< DIM, NONCYCLIC > &pos) const |
| |
| void | reset (const CyclicVecInt< DIM, NONCYCLIC > &size) |
| |
| size_t | ser_size () const |
| |
| const CyclicVecInt< DIM, NONCYCLIC > & | size () const |
| |
| bool | validate (const CyclicVecInt< DIM, NONCYCLIC > &pos, const int tolerance=0) const |
| |
template<int BLOCK_WIDTH>
class planner_cspace::BlockMemGridmapHelper< BLOCK_WIDTH >
Definition at line 40 of file test_blockmem_gridmap.cpp.