Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::RasterizeEvent Class Reference
+ Inheritance diagram for inviwo::RasterizeEvent:

Public Member Functions

 RasterizeEvent (std::shared_ptr< RasterizationRendererBase > renderer)
 
virtual RasterizeEventclone () const override
 
virtual bool shouldPropagateTo (Inport *inport, Processor *processor, Outport *source) override
 
virtual uint64_t hash () const override
 
RasterizeHandle addInitializeShaderCallback (std::function< void()> callback) const
 
- Public Member Functions inherited from inviwo::Event
bool markAsUsed ()
 
bool hasBeenUsed () const
 
bool markAsUnused ()
 
bool setUsed (bool isUsed)
 
bool 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
 

Static Public Member Functions

static constexpr uint64_t chash ()
 

Additional Inherited Members

- Protected Member Functions inherited from inviwo::Event
 Event (const Event &rhs)=default
 
Eventoperator= (const Event &that)=default
 

Member Function Documentation

◆ clone()

virtual RasterizeEvent * inviwo::RasterizeEvent::clone ( ) const
overridevirtual

Implements inviwo::Event.

◆ hash()

virtual uint64_t inviwo::RasterizeEvent::hash ( ) const
overridevirtual

Implements inviwo::Event.

◆ shouldPropagateTo()

virtual bool inviwo::RasterizeEvent::shouldPropagateTo ( Inport * inport,
Processor * processor,
Outport * source )
overridevirtual

Determine if the event should be propagated upwards to inport. Can be overloaded to limit the number or ports a event is propagated through.

Reimplemented from inviwo::Event.


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