FreeImagePlus FreeImage 3.18.0
|
Abstract base class for all objects used by the library. More...
#include <FreeImagePlus.h>
Public Member Functions | |
virtual | ~fipObject () |
Destructor. | |
Information functions | |
virtual BOOL | isValid () const =0 |
Returns TRUE if the object is allocated, FALSE otherwise. | |
Abstract base class for all objects used by the library.
|
inlinevirtual |
Destructor.
|
pure virtual |
Returns TRUE if the object is allocated, FALSE otherwise.
Implemented in fipImage, fipMemoryIO, fipMetadataFind, fipMultiPage, fipTag, and fipWinImage.