Inviwo  0.9.10.1
Inviwo documentation
inviwo::AutoLinker Class Reference

Utility class to calculate and apply auto linking. More...

#include <autolinker.h>

Public Member Functions

 AutoLinker (ProcessorNetwork *network, Processor *target, Processor *source=nullptr)
 
const std::unordered_map< Property *, std::vector< Property * > > & getAutoLinkCandidates () const
 
void sortAutoLinkCandidates ()
 
void sortAutoLinkCandidates (dvec2 pos)
 
void addLinksToClosestCandidates (bool bidirectional)
 

Static Public Member Functions

static void addLinks (ProcessorNetwork *network, Processor *target, Processor *source=nullptr)
 

Detailed Description

Utility class to calculate and apply auto linking.

Constructor & Destructor Documentation

◆ AutoLinker()

inviwo::AutoLinker::AutoLinker ( ProcessorNetwork network,
Processor target,
Processor source = nullptr 
)

Construct an auto link helper

Parameters
networkthe processor network in which to add autolinks
targetthe processor onto which auto links should be added
sourcesource of links. If source is not null we consider all predecessors of source as input for linking, if source is null we consider all processor in the network

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