DGtal 2.1.0
Loading...
Searching...
No Matches
DGtal::SVOReader< Space > Class Template Reference

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.

Detailed Description

template<class Space>
class DGtal::SVOReader< Space >

Class to read SVO file.

The file format is defined in SVOWriter.h

Template Parameters
SpaceThe space on which the octree is defined
See also
SVOWriter

Definition at line 45 of file SVOReader.h.

Member Typedef Documentation

◆ Octree

template<class Space>
using DGtal::SVOReader< Space >::Octree = DigitalSetByOctree<Space>

Definition at line 48 of file SVOReader.h.

Member Function Documentation

◆ importSVO()

template<class Space>
Octree DGtal::SVOReader< Space >::importSVO ( const std::string & filename)
static

Imports an octree from a file.

Parameters
filenameThe file in which the octree is in

Referenced by TEST_CASE_METHOD().


The documentation for this class was generated from the following file: