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