DGtal 2.0.0
Loading...
Searching...
No Matches
RawIO8< Image > Struct Template Reference

Static Public Member Functions

static Image read (std::string const &filename, typename Image::Domain::Vector const &extent)
static bool write (std::string const &filename, Image const &anImage)

Detailed Description

template<typename Image>
struct RawIO8< Image >

Definition at line 189 of file testRawReader.cpp.

Member Function Documentation

◆ read()

template<typename Image>
Image RawIO8< Image >::read ( std::string const & filename,
typename Image::Domain::Vector const & extent )
inlinestatic

Definition at line 191 of file testRawReader.cpp.

192 {
194 }
static ImageContainer importRaw8(const std::string &filename, const Vector &extent, const Functor &aFunctor=Functor())

References DGtal::RawReader< TImageContainer, TFunctor >::importRaw8().

◆ write()

template<typename Image>
bool RawIO8< Image >::write ( std::string const & filename,
Image const & anImage )
inlinestatic

Definition at line 196 of file testRawReader.cpp.

197 {
199 }
static bool exportRaw8(const std::string &filename, const Image &anImage, const Functor &aFunctor=Functor())

References DGtal::RawWriter< TImage, TFunctor >::exportRaw8().


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