supereight
Namespaces | Functions
octree_io.hpp File Reference
#include <fstream>
#include <iostream>
#include <sstream>
#include "se/map/octree/octree.hpp"
#include "impl/octree_io_impl.hpp"

Go to the source code of this file.

Namespaces

 se
 Helper wrapper to allocate and de-allocate octants in the octree.
 
 se::io
 

Functions

template<typename GetValueF >
bool se::io::save_3d_slice_vtk (const std::string &filename, const Eigen::Vector3i &lower_coord, const Eigen::Vector3i &upper_coord, GetValueF &get_value)
 Generate a 3D slice of the octree. More...