DGtal 1.4.0
Loading...
Searching...
No Matches
DGtal::GenericWriter< TContainer, 3, TValue, TFunctor > Struct Template Reference

#include <DGtal/io/writers/GenericWriter.h>

Public Member Functions

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

Static Public Member Functions

static bool exportFile (const std::string &filename, const TContainer &anImage, const std::string &datasetName="UInt8Array3D", const TFunctor &aFunctor=TFunctor())
 

Detailed Description

template<typename TContainer, typename TValue, typename TFunctor>
struct DGtal::GenericWriter< TContainer, 3, TValue, TFunctor >

GenericWriter Template partial specialisation for volume images of dimension 3

Definition at line 162 of file GenericWriter.h.

Member Function Documentation

◆ BOOST_CONCEPT_ASSERT()

template<typename TContainer , typename TValue , typename TFunctor >
DGtal::GenericWriter< TContainer, 3, TValue, TFunctor >::BOOST_CONCEPT_ASSERT ( (concepts::CConstImage< TContainer >) )

◆ exportFile()

template<typename TContainer , typename TValue , typename TFunctor >
static bool DGtal::GenericWriter< TContainer, 3, TValue, TFunctor >::exportFile ( const std::string & filename,
const TContainer & anImage,
const std::string & datasetName = "UInt8Array3D",
const TFunctor & aFunctor = TFunctor() )
static

Export a volume image.

Parameters
filenamethe filename of the saved image (with a extension name).
anImagethe image to be saved.
datasetNamethe dataset name to export.
aFunctorto apply image transformation before saving.

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