|
DGtal 2.1.0
|
Class to read SVO file. More...
#include <DGtal/io/readers/SVOReader.h>
Public Types | |
| using | Octree = DigitalSetByOctree<Space> |
Static Public Member Functions | |
| static Octree | importSVO (const std::string &filename) |
| Imports an octree from a file. | |
Class to read SVO file.
The file format is defined in SVOWriter.h
| Space | The space on which the octree is defined |
Definition at line 45 of file SVOReader.h.
| using DGtal::SVOReader< Space >::Octree = DigitalSetByOctree<Space> |
Definition at line 48 of file SVOReader.h.
|
static |
Imports an octree from a file.
| filename | The file in which the octree is in |
Referenced by TEST_CASE_METHOD().