NodeOutput is a collection of NodeOutputElement instances. This class is used by the NodeConnection filter to specify the discarded output elements.
◆ NodeOutput() [1/2]
NodeOutput::NodeOutput |
( |
| ) |
|
◆ NodeOutput() [2/2]
◆ ~NodeOutput()
virtual NodeOutput::~NodeOutput |
( |
| ) |
|
|
virtual |
◆ filterOutput()
void NodeOutput::filterOutput |
( |
const NodeOutput & |
filter | ) |
|
Removes all output elements not complying with filter.
◆ getElements()
Gets the list of output elements.
◆ passesFilter()
Checks whether the specified element passes the filter described by the current NodeOutput.
◆ setElements()
Sets the contained output elements.