#include <image_loader.h>
Collaboration diagram for mimas::hf::image_loader< T >:

Public Member Functions | |
| image_loader (image< T > &image, set param) | |
| image_loader (image< T > &image, std::string basename, int size, std::string extension, int first_image_number=0, int nb_images=0) | |
| std::string | fileName (void) |
| void | next (void) throw (mimasexception) |
| load next image of the sequence in image_IL send a mimasexception when max number of image is reached. | |
Public Attributes | |
| image< T > & | image_IL |
Classes | |
| class | set |
| This class is used to pass the parametres to the image class loader. More... | |
To take into account other naming conventions, add a new policy.
Definition at line 24 of file image_loader.h.
| mimas::hf::image_loader< T >::image_loader | ( | image< T > & | image, | |
| set | param | |||
| ) | [inline] |
Definition at line 49 of file image_loader.h.
References mimas::hf::image_loader< T >::next().
Here is the call graph for this function:

| mimas::hf::image_loader< T >::image_loader | ( | image< T > & | image, | |
| std::string | basename, | |||
| int | size, | |||
| std::string | extension, | |||
| int | first_image_number = 0, |
|||
| int | nb_images = 0 | |||
| ) | [inline] |
Definition at line 57 of file image_loader.h.
References mimas::hf::image_loader< T >::next().
Here is the call graph for this function:

| std::string mimas::hf::image_loader< T >::fileName | ( | void | ) | [inline] |
| void mimas::hf::image_loader< T >::next | ( | void | ) | throw (mimasexception) [inline] |
load next image of the sequence in image_IL send a mimasexception when max number of image is reached.
Definition at line 79 of file image_loader.h.
References mimas::hf::image_loader< T >::fileName(), mimas::hf::image_loader< T >::image_IL, and MMERROR.
Referenced by mimas::hf::image_loader< T >::image_loader().
Here is the call graph for this function:

| image<T>& mimas::hf::image_loader< T >::image_IL |