#include <HashGrid.hpp>
Definition at line 54 of file HashGrid.hpp.
◆ GridBase()
lvr2::GridBase::GridBase |
( |
bool |
extrude = true | ) |
|
|
inline |
◆ ~GridBase()
virtual lvr2::GridBase::~GridBase |
( |
| ) |
|
|
inlinevirtual |
◆ addLatticePoint()
virtual void lvr2::GridBase::addLatticePoint |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
k, |
|
|
float |
distance = 0.0 |
|
) |
| |
|
pure virtual |
- Parameters
-
i | Discrete x position within the grid. |
j | Discrete y position within the grid. |
k | Discrete z position within the grid. |
distance | Signed distance to the represented surface at the position within the grid. |
Implemented in lvr2::HashGrid< BaseVecT, BoxT >.
◆ saveGrid()
virtual void lvr2::GridBase::saveGrid |
( |
string |
file | ) |
|
|
pure virtual |
◆ setExtrusion()
virtual void lvr2::GridBase::setExtrusion |
( |
bool |
extrude | ) |
|
|
inlinevirtual |
◆ m_extrude
bool lvr2::GridBase::m_extrude |
|
protected |
The documentation for this class was generated from the following file: