DGtal  1.4.beta
DGtal::GenericReader< TContainer, 3, DGtal::uint64_t > Struct Template Reference

#include <DGtal/io/readers/GenericReader.h>

Public Member Functions

 BOOST_CONCEPT_ASSERT ((concepts::CImage< TContainer >))
 

Static Public Member Functions

static TContainer import (const std::string &filename)
 

Detailed Description

template<typename TContainer>
struct DGtal::GenericReader< TContainer, 3, DGtal::uint64_t >

GenericReader Template partial specialisation for volume images with 32 bits values

Definition at line 378 of file GenericReader.h.

Member Function Documentation

◆ BOOST_CONCEPT_ASSERT()

template<typename TContainer >
DGtal::GenericReader< TContainer, 3, DGtal::uint64_t >::BOOST_CONCEPT_ASSERT ( (concepts::CImage< TContainer >)  )

◆ import()

template<typename TContainer >
static TContainer DGtal::GenericReader< TContainer, 3, DGtal::uint64_t >::import ( const std::string &  filename)
static

Import a volume image file.

Parameters
filenamethe image filename to be imported.

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