DGtal
1.5.beta
|
#include <DGtal/io/writers/GenericWriter.h>
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CUnaryFunctor< TFunctor, typename TContainer::Value, DGtal::uint64_t >)) | |
BOOST_CONCEPT_ASSERT ((concepts::CConstImage< TContainer >)) | |
Static Public Member Functions | |
static bool | exportFile (const std::string &filename, const TContainer &anImage, const TFunctor &aFunctor=TFunctor()) |
GenericWriter Template partial specialisation for volume images of dimension 3 and DGtal::uint64_t value type (which allows to export longvol file format).
Definition at line 137 of file GenericWriter.h.
DGtal::GenericWriter< TContainer, 3, DGtal::uint64_t, TFunctor >::BOOST_CONCEPT_ASSERT | ( | (concepts::CConstImage< TContainer >) | ) |
DGtal::GenericWriter< TContainer, 3, DGtal::uint64_t, TFunctor >::BOOST_CONCEPT_ASSERT | ( | (concepts::CUnaryFunctor< TFunctor, typename TContainer::Value, DGtal::uint64_t >) | ) |
|
static |
Export a volume image.
filename | the filename of the saved image (with a extension name). |
anImage | the image to be saved. |
aFunctor | to apply image transformation before saving. |