Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
PropertyLink (Property *srcProperty, Property *dstProperty) | |
PropertyLink (const PropertyLink &)=default | |
PropertyLink & | operator= (const PropertyLink &)=default |
operator bool () const | |
Property * | getSource () const |
Property * | getDestination () const |
bool | involves (Processor *processor) const |
bool | involves (Property *property) const |
virtual void | serialize (Serializer &s) const |
virtual void | deserialize (Deserializer &d) |
Friends | |
bool IVW_CORE_API | operator== (const PropertyLink &lhs, const PropertyLink &rhs) |
bool IVW_CORE_API | operator< (const PropertyLink &lhs, const PropertyLink &rhs) |
inviwo::PropertyLink::operator bool | ( | ) | const |
Method to test if both source and destination properties are valid, eg not nullptr