#include <pxl_imageparam.h>

Public Member Functions | |
| virtual | ~ImageParam () |
| Destructor is defined as virtual since this class is to be derived. | |
Protected Member Functions | |
| ImageParam (const ImageParam &) | |
| Copy constructor is protected to prevent slicing problems. | |
| ImageParam & | operator= (const ImageParam &) |
| Assign operator is protected to prevent slicing problems. | |
dynamic_cast to check whether the parameter instance passed is for their purpose or not. Definition at line 51 of file pxl_imageparam.h.
| virtual Celartem::ImageParam::~ImageParam | ( | ) | [inline, virtual] |
Destructor is defined as virtual since this class is to be derived.
Definition at line 56 of file pxl_imageparam.h.
| Celartem::ImageParam::ImageParam | ( | const ImageParam & | ) | [inline, protected] |
Copy constructor is protected to prevent slicing problems.
Definition at line 60 of file pxl_imageparam.h.
| ImageParam& Celartem::ImageParam::operator= | ( | const ImageParam & | ) | [inline, protected] |
Assign operator is protected to prevent slicing problems.
Definition at line 63 of file pxl_imageparam.h.