HDK
|
#include <OP_Output.h>
Public Member Functions | |
OP_Output (OP_ConnectorId &new_id) | |
~OP_Output () | |
int64 | getMemoryUsage (bool inclusive) const |
int | getNumOutputs () const |
OP_NetworkBoxItem * | getOutput (int index) |
const OP_NetworkBoxItem * | getOutput (int index) const |
void | appendOutput (OP_NetworkBoxItem *item) |
bool | remove (OP_NetworkBoxItem *item) |
void | getId (int &id) |
OP_ConnectorId | getId () |
Definition at line 22 of file OP_Output.h.
OP_Output::OP_Output | ( | OP_ConnectorId & | new_id | ) |
OP_Output::~OP_Output | ( | ) |
void OP_Output::appendOutput | ( | OP_NetworkBoxItem * | item | ) |
|
inline |
Definition at line 44 of file OP_Output.h.
|
inline |
Definition at line 28 of file OP_Output.h.
int OP_Output::getNumOutputs | ( | ) | const |
OP_NetworkBoxItem* OP_Output::getOutput | ( | int | index | ) |
const OP_NetworkBoxItem* OP_Output::getOutput | ( | int | index | ) | const |
bool OP_Output::remove | ( | OP_NetworkBoxItem * | item | ) |