#include <ImageProcessorsDescription.hpp>
Collaboration diagram for ImProcNode:
Public Member Functions | |
void | Walk (ImProcTreeCallBack *cb, int depth=0) |
ImProcNode * | FindNode (const string &sname) |
ImProcNode (string _name) | |
Public Attributes | |
string | name |
ImProcNode * | parent |
vector< ImProcNode * > | subnodes |
Definition at line 35 of file ImageProcessorsDescription.hpp.