HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OP_OutputIterator Class Reference

#include <OP_Node.h>

+ Inheritance diagram for OP_OutputIterator:

Public Member Functions

 OP_OutputIterator (const OP_Node &node, bool into_subnets=false, bool through_dots=true, int output_idx=-1)
 

Detailed Description

Simple class that makes it easy to write loops that iterate over all the outputs from a node. The parameters are passed on to getOutputNodes.

Examples:
standalone/traverse.C.

Definition at line 4095 of file OP_Node.h.

Constructor & Destructor Documentation

OP_OutputIterator::OP_OutputIterator ( const OP_Node node,
bool  into_subnets = false,
bool  through_dots = true,
int  output_idx = -1 
)
inline

Definition at line 4100 of file OP_Node.h.


The documentation for this class was generated from the following file: