MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / BufferRegion

Method BufferRegion

grid_map_core/src/BufferRegion.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace grid_map {
11
12BufferRegion::BufferRegion() :
13 staretIndex_(Index::Zero()),
14 size_(Size::Zero()),
15 quadrant_(BufferRegion::Quadrant::Undefined)
16{
17}
18
19BufferRegion::BufferRegion(const Index& index, const Size& size, const BufferRegion::Quadrant& quadrant) :
20 staretIndex_(index),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected