![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::SelectionEvent:Public Member Functions | |
| SelectionEvent (const BrushingAndLinkingInport *src, const std::unordered_set< size_t > &indices) | |
Public Member Functions inherited from inviwo::BrushingAndLinkingEvent | |
| BrushingAndLinkingEvent (const BrushingAndLinkingInport *src, const std::unordered_set< size_t > &indices) | |
| virtual BrushingAndLinkingEvent * | clone () const override |
| const BrushingAndLinkingInport * | getSource () const |
| const std::unordered_set< size_t > & | getIndices () const |
| virtual uint64_t | hash () const override |
Public Member Functions inherited from inviwo::Event | |
| virtual bool | shouldPropagateTo (Inport *inport, Processor *processor, Outport *source) |
| void | markAsUsed () |
| bool | hasBeenUsed () const |
| void | markAsUnused () |
| void | markAsVisited (Processor *) |
| void | markAsVisited (Event &) |
| bool | hasVisitedProcessor (Processor *) const |
| const std::vector< Processor * > & | getVisitedProcessors () const |
| template<typename EventType > | |
| EventType * | getAs () |
| template<typename EventType > | |
| const EventType * | getAs () const |
| virtual void | print (std::ostream &ss) const |
Additional Inherited Members | |
Static Public Member Functions inherited from inviwo::BrushingAndLinkingEvent | |
| static constexpr uint64_t | chash () |
Protected Member Functions inherited from inviwo::Event | |
| Event (const Event &rhs)=default | |
| Event & | operator= (const Event &that)=default |