#include <grid_astar.h>

Additional Inherited Members | |
Public Member Functions inherited from planner_cspace::BlockMemGridmap< T, DIM, NONCYCLIC, block_width > | |
| BlockMemGridmap (const CyclicVecInt< DIM, NONCYCLIC > &size_) | |
| BlockMemGridmap () | |
| void | clear (const T zero) |
| void | clear_partially (const T zero, const CyclicVecInt< DIM, NONCYCLIC > &min, const CyclicVecInt< DIM, NONCYCLIC > &max) |
| void | clear_positive (const T zero) |
| void | copy_partially (const BlockMemGridmapBase< T, 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< T, DIM, NONCYCLIC, BLOCK_WIDTH, false > & | operator= (const BlockMemGridmap< T, DIM, NONCYCLIC, BLOCK_WIDTH, false > &gm) |
| T & | operator[] (const CyclicVecInt< DIM, NONCYCLIC > &pos) |
| const T | 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 |
Protected Member Functions inherited from planner_cspace::BlockMemGridmap< T, DIM, NONCYCLIC, block_width > | |
| void | block_addr (const CyclicVecInt< DIM, NONCYCLIC > &pos, size_t &baddr, size_t &addr) const |
Protected Attributes inherited from planner_cspace::BlockMemGridmap< T, DIM, NONCYCLIC, block_width > | |
| size_t | block_num_ |
| size_t | block_ser_size_ |
| CyclicVecInt< DIM, NONCYCLIC > | block_size_ |
| std::unique_ptr< T[]> | c_ |
| T | dummy_ |
| size_t | ser_size_ |
| CyclicVecInt< DIM, NONCYCLIC > | size_ |
Static Protected Attributes inherited from planner_cspace::BlockMemGridmap< T, DIM, NONCYCLIC, block_width > | |
| static constexpr size_t | block_bit_ |
| static constexpr size_t | block_bit_mask_ |
Definition at line 73 of file grid_astar.h.