Graphite Version 3
An experimental 3D geometry processing program
|
An image serializer that can read images. More...
#include <geogram/image/image_serializer_stb.h>
Public Member Functions | |
ImageSerializerSTBRead () | |
ImageSerializerSTBRead constructor. | |
~ImageSerializerSTBRead () override | |
ImageSerializerSTBRead destructor. | |
![]() | |
ImageSerializerSTB (bool read, bool write) | |
ImageSerializerSTB constructor. | |
Image * | serialize_read (const std::string &file_name) override |
bool | serialize_write (const std::string &file_name, const Image *image) override |
bool | binary () const override |
Tests whether the file format is binary or ASCII. | |
bool | streams_supported () const override |
Tests whether the functions that use streams are supported. | |
bool | read_supported () const override |
Tests whether reading is implemented. | |
bool | write_supported () const override |
Tests whether writing is implemented. | |
![]() | |
virtual Image * | serialize_read (std::istream &stream) |
reads an image from a stream. | |
virtual bool | serialize_write (std::ostream &stream, const Image *image) |
writes an image into a stream. | |
![]() | |
void | ref () const |
Increments the reference count. | |
void | unref () const |
Decrements the reference count. | |
bool | is_shared () const |
Check if the object is shared. | |
int | nb_refs () const |
Gets the number of references that point to this object. | |
Additional Inherited Members | |
![]() | |
static void | ref (const Counted *counted) |
Increments the reference count. | |
static void | unref (const Counted *counted) |
Decrements the reference count. | |
![]() | |
Counted () | |
Creates a reference counted object. | |
virtual | ~Counted () |
Destroys a reference counted object. | |
An image serializer that can read images.
Definition at line 113 of file image_serializer_stb.h.