Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
Declares an image serializer for a given extension. More...
#include <geogram/image/image_library.h>
Public Member Functions | |
geo_declare_image_serializer (const std::string &extension) | |
Declares an image serializer for a given extension. More... | |
Declares an image serializer for a given extension.
T | the type of the ImageSerializer |
Definition at line 206 of file image_library.h.
|
inline |
Declares an image serializer for a given extension.
[in] | extension | the extension of the image file names without the "." |
This function is supposed to be used in the initializers of the libraries. An example of usage:
Definition at line 218 of file image_library.h.