supereight
|
#include <fstream>
#include <iostream>
#include <sstream>
#include "impl/octree_io_impl.hpp"
Go to the source code of this file.
Namespaces | |
namespace | se |
Helper wrapper to allocate and de-allocate octants in the octree. | |
namespace | 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. | |