DGtal 2.1.0
Loading...
Searching...
No Matches
SVOReader.h
1
16
17#pragma once
18
28
29#include <fstream>
30#include <map>
31#include <boost/endian/conversion.hpp>
32#include "DGtal/kernel/sets/DigitalSetByOctree.h"
33
34namespace DGtal
35{
44 template <class Space>
45 class SVOReader
46 {
47 public:
54 static Octree importSVO(const std::string& filename);
55 };
56}
57
58#include "SVOReader.ih"
A DigitalSet that stores voxels as an octree, or a DAG.
Class to read SVO file.
Definition SVOReader.h:46
DigitalSetByOctree< Space > Octree
Definition SVOReader.h:48
static Octree importSVO(const std::string &filename)
Imports an octree from a file.
DGtal is the top-level namespace which contains all DGtal functions and types.