![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| PropertyLink (Property *srcProperty, Property *dstProperty) | |
| PropertyLink (const PropertyLink &)=default | |
| PropertyLink (PropertyLink &&) noexcept=default | |
| PropertyLink & | operator= (const PropertyLink &)=default |
| PropertyLink & | operator= (PropertyLink &&) noexcept=default |
| operator bool () const | |
| Property * | getSource () const |
| Property * | getDestination () const |
| bool | involves (Processor *processor) const |
| bool | involves (Property *property) const |
| inviwo::PropertyLink::operator bool | ( | ) | const |
Method to test if both source and destination properties are valid, eg not nullptr