FreeImagePlus
- FreeImage 3.17.0
|
Abstract base class for all objects used by the library. More...
#include <FreeImagePlus.h>
Public Member Functions | |
virtual | ~fipObject () |
Destructor. More... | |
Information functions | |
virtual BOOL | isValid () const =0 |
Returns TRUE if the object is allocated, FALSE otherwise. More... | |
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 fipMetadataFind, fipTag, fipMultiPage, fipMemoryIO, fipWinImage, and fipImage.
Referenced by fipImage::operator FIBITMAP *(), and fipTag::operator FITAG *().