#include <ImageModule.h>
Inherits fsf::CTypeCellBase.

Public Member Functions | |
| CNbChannels () | |
| Default constructor. | |
| virtual void | getTypeID (std::string &str) const |
| Gets this cell's factory mapping key. | |
| virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
| Custom processing function. | |
| CNbChannels::CNbChannels | ( | ) |
Default constructor.
| virtual void image::CNbChannels::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
| void CNbChannels::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
| fsf::CActiveHandle * | pActiveHandle, | |||
| fsf::CActivePulse * | pActivePulse | |||
| ) | [virtual] |
Custom processing function.
Process function has special semantic for this cell type: active handle can be null (=get value) or non null (=set value).
Reimplemented from fsf::CTypeCellBase.
1.5.9