#include <DGtal/io/writers/GenericWriter.h>
|
static bool | exportFile (const std::string &filename, const TContainer &anImage, const std::string &datasetName="UInt8Array3D", const TFunctor &aFunctor=TFunctor()) |
|
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.
◆ BOOST_CONCEPT_ASSERT()
template<typename TContainer , typename TValue , typename TFunctor >
◆ 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
-
filename | the filename of the saved image (with a extension name). |
anImage | the image to be saved. |
datasetName | the dataset name to export. |
aFunctor | to apply image transformation before saving. |
The documentation for this struct was generated from the following file: