Inviwo  0.9.10.1
Inviwo documentation
inviwo::PropertyLink Class Reference
+ Inheritance diagram for inviwo::PropertyLink:

Public Member Functions

 PropertyLink (Property *srcProperty, Property *dstProperty)
 
 PropertyLink (const PropertyLink &)=default
 
PropertyLinkoperator= (const PropertyLink &)=default
 
 operator bool () const
 
PropertygetSource () const
 
PropertygetDestination () 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)
 

Member Function Documentation

◆ operator bool()

inviwo::PropertyLink::operator bool ( ) const

Method to test if both source and destination properties are valid, eg not nullptr

Returns
false if at least one of the properties is null

The documentation for this class was generated from the following files: