DGtal 2.0.0
Loading...
Searching...
No Matches
RawIO32< 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 RawIO32< Image >

Definition at line 217 of file testRawReader.cpp.

Member Function Documentation

◆ read()

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

Definition at line 219 of file testRawReader.cpp.

220 {
222 }
static ImageContainer importRaw32(const std::string &filename, const Vector &extent, const Functor &aFunctor=Functor())

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

◆ write()

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

Definition at line 224 of file testRawReader.cpp.

225 {
227 }
static bool exportRaw32(const std::string &filename, const Image &anImage, const Functor &aFunctor=Functor())

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


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