Celartem::ImageUtils::CallbackImageParam Struct Reference

#include <pxl_imageparam.h>

Inheritance diagram for Celartem::ImageUtils::CallbackImageParam:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 CallbackImageParam (ProcessCallback *inCallback=NULL, size_t inResponses=10)

Public Attributes

AutoPtr< ProcessCallbackcallback
 Pointer to a ProcessCallback class instance.
size_t responses
 The number of responses during the process. If it is 20, it means that the ProcessCallback instance is called no more than 5 times (100 / 20 = 5).


Detailed Description

This structure is used by the Image instance which is created by CallbackImage function.
See also:
CallbackImage, ProcessCallback, Image Parameter Structures, ImageParam

Definition at line 405 of file pxl_imageparam.h.


Constructor & Destructor Documentation

Celartem::ImageUtils::CallbackImageParam::CallbackImageParam ( ProcessCallback inCallback = NULL,
size_t  inResponses = 10 
) [inline]

This constructor initializes the structure with the specified parameters.

Parameters:
inCallback Pointer to a ProcessCallback class instance.
inResponses The number of responses during the process.

Definition at line 420 of file pxl_imageparam.h.


Member Data Documentation

AutoPtr<ProcessCallback> Celartem::ImageUtils::CallbackImageParam::callback

Pointer to a ProcessCallback class instance.

Definition at line 408 of file pxl_imageparam.h.

size_t Celartem::ImageUtils::CallbackImageParam::responses

The number of responses during the process. If it is 20, it means that the ProcessCallback instance is called no more than 5 times (100 / 20 = 5).

Definition at line 410 of file pxl_imageparam.h.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:35 2008.