supereight
Loading...
Searching...
No Matches
Namespaces | Functions
octree_io.hpp File Reference
#include <fstream>
#include <iostream>
#include <sstream>
#include "impl/octree_io_impl.hpp"
Include dependency graph for octree_io.hpp:
This graph shows which files directly or indirectly include this file:

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.