#include <grid_astar.h>
Additional Inherited Members | |
Public Member Functions inherited from BlockMemGridmap< T, DIM, NONCYCLIC, block_width > | |
BlockMemGridmap (const CyclicVecInt< DIM, NONCYCLIC > &size_) | |
BlockMemGridmap () | |
void | clear (const T zero) |
void | clear_positive (const T zero) |
std::function< void(CyclicVecInt< 3, 2 >, size_t &, size_t &)> | getAddressor () const |
const BlockMemGridmap< T, DIM, NONCYCLIC, BLOCK_WIDTH > & | operator= (const BlockMemGridmap< T, DIM, NONCYCLIC, BLOCK_WIDTH > &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 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 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_ |
Definition at line 58 of file grid_astar.h.