![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Classes | |
| struct | FitData |
| struct | FlipUp |
| struct | FlipView |
Public Types | |
| using | Action = std::variant<camerautil::Side, FlipView, FlipUp, FitData> |
Public Member Functions | |
| virtual Event * | clone () const override |
| Action | getAction () const |
| virtual uint64_t | hash () const override |
| ViewEvent & | operator= (const ViewEvent &)=default |
| virtual void | print (fmt::memory_buffer &buff) const override |
| ViewEvent (Action action=camerautil::Side::XNegative) | |
| ViewEvent (const ViewEvent &)=default | |
| Public Member Functions inherited from inviwo::Event | |
| template<typename EventType> | |
| EventType * | getAs () |
| template<typename EventType> | |
| const EventType * | getAs () const |
| const std::vector< Processor * > & | getVisitedProcessors () const |
| bool | hasBeenUsed () const |
| bool | hasVisitedProcessor (Processor *) const |
| bool | markAsUnused () |
| bool | markAsUsed () |
| void | markAsVisited (Event &) |
| bool | markAsVisited (Processor *) |
| bool | setUsed (bool isUsed) |
| virtual bool | shouldPropagateTo (Inport *inport, Processor *processor, Outport *source) |
Static Public Member Functions | |
| static constexpr uint64_t | chash () |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::Event | |
| Event (const Event &rhs)=default | |
| Event & | operator= (const Event &that)=default |
|
overridevirtual |
Implements inviwo::Event.
|
overridevirtual |
Implements inviwo::Event.
|
overridevirtual |
Implements inviwo::Event.