|
DGtal 2.1.0
|
Helper class to write an octree to a file using SVO file format. More...
#include <DGtal/io/writers/SVOWriter.h>
Static Public Member Functions | |
| static bool | exportSVO (const std::string &filename, const DigitalSetByOctree< Space > &octree, const bool compressed=true) |
| Exports an octree to a file. | |
Helper class to write an octree to a file using SVO file format.
Image and digital object import/export
| Space | The space on which the Octree is defined |
Definition at line 44 of file SVOWriter.h.
|
static |
Exports an octree to a file.
| filename | Name of the output file |
| octree | The octree to export |
| compressed | Whether the octree is compressed |
Referenced by TEST_CASE_METHOD().