Public Types | Public Member Functions | Static Public Attributes

mln::io::off::internal::rgb8_off_saver Struct Reference

#include <save.hh>

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

List of all members.

Public Types

typedef Object< void > category
typedef rgb8_off_saver exact_t
typedef
rgb8_2complex_image3df::value 
value
 Type of the values.

Public Member Functions

void operator() (const rgb8_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 147 of file off/save.hh.


Member Typedef Documentation

typedef Object<void> mln::Object< rgb8_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< rgb8_2complex_image3df , rgb8_off_saver >::operator() ( const rgb8_2complex_image3df ima,
const std::string &  filename 
) const [inherited]

Load an image from filename into ima.

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

Save face data.

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


Member Data Documentation

Dimension of the built complex.

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