#include <ImageProcessorsDescription.hpp>
Inheritance diagram for ImProcTree:
Public Types | |
enum | WalkType { WalkShow, WalkMaxDepth, WalkSetParents } |
Public Member Functions | |
void | Walk (ImProcTreeCallBack *cb) |
bool | ImProcNodeCallBack (ImProcNode *node, int depth) |
if returns false, traversal stops | |
void | Show () |
void | SetParents () |
int | Depth () |
ImProcNode * | FindNode (const string &sname) |
Public Attributes | |
WalkType | walkType |
int | maxDepth |
ImProcNode | root |
Definition at line 63 of file ImageProcessorsDescription.hpp.