#include <FsfNodeCells.h>
Inherits fsf::CCell.
Public Member Functions | |
Creators | |
CNodeDelete () | |
0-parameter constructor | |
Accessors | |
virtual void | getTypeID (std::string &str) |
Returns factory mapping key. | |
Processing | |
virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
Custom processing method. |
CNodeDelete::CNodeDelete | ( | ) |
0-parameter constructor
virtual void fsf::CNodeDelete::getTypeID | ( | std::string & | str | ) | [inline, virtual] |
Returns factory mapping key.
void CNodeDelete::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |