#include <save.hh>

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. | |
Definition at line 128 of file off/save.hh.
typedef Object<void> mln::Object< int_u8_off_saver >::category [inherited] |
typedef int_u8_off_saver mln::Object< int_u8_off_saver >::exact_t [inherited] |
typedef int_u8_2complex_image3df ::value mln::io::off::internal::off_saver< int_u8_2complex_image3df , int_u8_off_saver >::value [inherited] |
Type of the values.
Definition at line 106 of file off/save.hh.
| 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.
const unsigned mln::io::off::internal::off_saver< int_u8_2complex_image3df , int_u8_off_saver >::D [static, inherited] |
Dimension of the built complex.
Definition at line 109 of file off/save.hh.
1.7.1