#include <iso_visual_invert_image_node.h>
Inherits iso::visual::PatchNode.
Inheritance diagram for iso::visual::InvertImageNode:


Public Member Functions | |
| InvertImageNode () | |
| constructor | |
| InvertImageNode (const base::String &pName) | |
| constructor | |
| virtual | ~InvertImageNode () |
| destructor | |
| void | process () |
| node process | |
Protected Attributes | |
| TypedImage< float > * | mInputImage |
| TypedImage< float > * | mOutputImage |
Static Protected Attributes | |
| static base::String | sClassName |
| InvertImageNode::InvertImageNode | ( | ) |
constructor
| InvertImageNode::InvertImageNode | ( | const base::String & | pName | ) |
constructor
| pName | name of node |
| InvertImageNode::~InvertImageNode | ( | ) | [virtual] |
destructor
| void InvertImageNode::process | ( | ) | [virtual] |
base::String InvertImageNode::sClassName [static, protected] |
TypedImage<float>* iso::visual::InvertImageNode::mInputImage [protected] |
TypedImage<float>* iso::visual::InvertImageNode::mOutputImage [protected] |
1.5.1