klComputerVision
Public Member Functions | Protected Attributes
klImageFileSink Class Referenceabstract

#include <kl_image_io.h>

Inheritance diagram for klImageFileSink:
Inheritance graph
Collaboration diagram for klImageFileSink:
Collaboration graph

Public Member Functions

 klImageFileSink (const char *fileName, klRasterBufferPointer buffer)
 
void render (void)
 
virtual void operator() (void)=0
 

Protected Attributes

const char * _filename
 
klRasterBufferPointer _rbp
 

Constructor & Destructor Documentation

klImageFileSink::klImageFileSink ( const char *  fileName,
klRasterBufferPointer  buffer 
)
inline

Member Function Documentation

virtual void klImageFileSink::operator() ( void  )
pure virtual

Implemented in klJPEG2000SinkFunctor, klJPEGSinkFunctor, klPPMSinkFunctor, and klTIFFSinkFunctor.

Here is the caller graph for this function:

void klImageFileSink::render ( void  )
inline

Here is the call graph for this function:

Field Documentation

const char* klImageFileSink::_filename
protected
klRasterBufferPointer klImageFileSink::_rbp
protected

The documentation for this class was generated from the following file: