Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
AutoIn (const AutoIn &)=delete | |
AutoIn (AutoIn &&)=delete | |
AutoIn & | operator= (const AutoIn &)=delete |
AutoIn & | operator= (AutoIn &&)=delete |
void | findCandidates (Processor &processor, ProcessorNetwork &network) |
void | update (QPointF scenePos, Qt::KeyboardModifiers modifiers, NetworkEditor &editor, double zoom) |
void | clear () |
Public Attributes | |
std::vector< std::pair< Inport *, std::vector< Outport * > > > | candidates |
std::unordered_map< Inport *, std::unique_ptr< ConnectionOutportDragGraphicsItem > > | connections |