Public Types | Public Member Functions | Static Public Attributes

mln::io::off::internal::int_u8_off_saver Struct Reference

#include <save.hh>

Inheritance diagram for mln::io::off::internal::int_u8_off_saver:
Inheritance graph

List of all members.

Public Types

typedef Object< void > category
typedef int_u8_off_saver exact_t
typedef
int_u8_2complex_image3df::value 
value
 Type of the values.

Public Member Functions

void operator() (const int_u8_2complex_image3df &ima, const std::string &filename) const
 Load an image from filename into ima.

void write_face_data (std::ostream &ostr, const value &v) const
 Save face data.

Static Public Attributes

static const unsigned D
 Dimension of the built complex.

Detailed Description

Definition at line 128 of file off/save.hh.


Member Typedef Documentation

typedef Object<void> mln::Object< int_u8_off_saver >::category [inherited]

Definition at line 174 of file object.hh.

Definition at line 173 of file object.hh.

Type of the values.

Definition at line 106 of file off/save.hh.


Member Function Documentation

void mln::io::off::internal::off_saver< int_u8_2complex_image3df , int_u8_off_saver >::operator() ( const int_u8_2complex_image3df ima,
const std::string &  filename 
) const [inherited]

Load an image from filename into ima.

void mln::io::off::internal::int_u8_off_saver::write_face_data ( std::ostream &  ostr,
const value v 
) const

Save face data.

Definition at line 391 of file off/save.hh.


Member Data Documentation

Dimension of the built complex.

Definition at line 109 of file off/save.hh.