#include <provider_type_register.h>
Inheritance diagram for CL_ProviderType_Register< ProviderClass >:

Public Member Functions | |
Construction | |
| CL_ProviderType_Register (const CL_String &type) | |
| Registers provider type in the CL_ProviderFactory. | |
Operations | |
| virtual CL_PixelBuffer | load (const CL_String &filename, const CL_VirtualDirectory &directory) |
| Called to load an image with this provider type. | |
| virtual CL_PixelBuffer | load (CL_IODevice &file) |
| virtual void | save (CL_PixelBuffer buffer, const CL_String &filename, CL_VirtualDirectory &directory) |
| Called to save a given PixelBuffer to a file. | |
| virtual void | save (CL_PixelBuffer buffer, CL_IODevice &file) |
|
||||||||||
|
Registers provider type in the CL_ProviderFactory.
|
|
||||||||||
|
Implements CL_ImageProviderType. |
|
||||||||||||||||
|
Called to load an image with this provider type.
Implements CL_ImageProviderType. |
|
||||||||||||||||
|
Implements CL_ImageProviderType. |
|
||||||||||||||||||||
|
Called to save a given PixelBuffer to a file.
Implements CL_ImageProviderType. |
1.4.6