Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
PortConnection (Outport *outport, Inport *inport) | |
PortConnection (const PortConnection &)=default | |
PortConnection (PortConnection &&) noexcept=default | |
PortConnection & | operator= (const PortConnection &)=default |
PortConnection & | operator= (PortConnection &&) noexcept=default |
operator bool () const | |
Inport * | getInport () const |
Outport * | getOutport () const |
bool | involvesProcessor (Processor *processor) const |
Friends | |
bool IVW_CORE_API | operator== (const PortConnection &lhs, const PortConnection &rhs) |
bool IVW_CORE_API | operator!= (const PortConnection &lhs, const PortConnection &rhs) |
bool IVW_CORE_API | operator< (const PortConnection &lhs, const PortConnection &rhs) |
inviwo::PortConnection::operator bool | ( | ) | const |
Method to test if both outport and inport is valid, eg not nullptr