Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::PropertyLink Class Reference

Public Member Functions

 PropertyLink (Property *srcProperty, Property *dstProperty)
 
 PropertyLink (const PropertyLink &)=default
 
 PropertyLink (PropertyLink &&) noexcept=default
 
PropertyLinkoperator= (const PropertyLink &)=default
 
PropertyLinkoperator= (PropertyLink &&) noexcept=default
 
 operator bool () const
 
PropertygetSource () const
 
PropertygetDestination () const
 
bool involves (Processor *processor) const
 
bool involves (Property *property) const
 

Friends

bool IVW_CORE_API operator== (const PropertyLink &lhs, const PropertyLink &rhs)
 
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 file: