![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::RasterizationOutport:Public Types | |
| using | Super = DataOutport<Rasterization> |
Public Types inherited from inviwo::DataOutport< Rasterization > | |
| using | type |
Additional Inherited Members | |
Public Member Functions inherited from inviwo::DataOutport< Rasterization > | |
| virtual void | clear () override |
| DataOutport (const DataOutport &)=delete | |
| DataOutport (DataOutport &&)=delete | |
| DataOutport (std::string_view identifier, Document help={}) | |
| virtual std::shared_ptr< const Rasterization > | detachData () |
| virtual std::string_view | getClassIdentifier () const override |
| virtual glm::uvec3 | getColorCode () const override |
| virtual std::shared_ptr< const Rasterization > | getData () const |
| virtual DataInfo | getDataInfo () const override |
| virtual Document | getInfo () const override |
| virtual bool | hasData () const override |
| DataOutport & | operator= (const DataOutport &)=delete |
| DataOutport & | operator= (DataOutport &&)=delete |
| virtual void | setData (const Rasterization *data) |
| void | setData (Rasterization &&data) |
| virtual void | setData (std::shared_ptr< const Rasterization > data) |
Public Member Functions inherited from inviwo::Outport | |
| const std::vector< Inport * > & | getConnectedInports () const |
| virtual void | invalidate (InvalidationLevel invalidationLevel) |
| virtual bool | isConnected () const override |
| bool | isConnectedTo (const Inport *port) const |
| virtual bool | isReady () const override |
| const BaseCallBack * | onConnect (std::function< void()> lambda) |
| const BaseCallBack * | onDisconnect (std::function< void()> lambda) |
| virtual void | propagateEvent (Event *event, Inport *source) |
| void | removeOnConnect (const BaseCallBack *callback) |
| void | removeOnDisconnect (const BaseCallBack *callback) |
| virtual void | setValid () |
Public Member Functions inherited from inviwo::Port | |
| virtual void | deserialize (Deserializer &d) override |
| Document & | getHelp () |
| const Document & | getHelp () const |
| const std::string & | getIdentifier () const |
| std::string | getPath () const |
Get the port path i.e. <processor identifier>.<port identifier> | |
| void | getPath (std::pmr::string &out) const |
| Processor * | getProcessor () const |
| Port & | operator= (const Port &)=delete |
| Port & | operator= (Port &&)=delete |
| Port (const Port &)=delete | |
| Port (Port &&)=delete | |
| virtual void | serialize (Serializer &s) const override |
| Port & | setHelp (Document help) |
| void | setIdentifier (const std::string &name) |
Protected Member Functions inherited from inviwo::Outport | |
| virtual void | connectTo (Inport *port) |
| virtual void | disconnectFrom (Inport *port) |
| Outport (std::string_view identifier, Document help) | |
Protected Member Functions inherited from inviwo::Port | |
| Port (std::string_view identifier, Document help) | |
| void | setProcessor (Processor *processor) |
Static Protected Member Functions inherited from inviwo::Outport | |
| static Document | getDefaultPortInfo (const Outport *port, std::string_view portname) |
Protected Attributes inherited from inviwo::DataOutport< Rasterization > | |
| std::shared_ptr< const Rasterization > | data_ |
Protected Attributes inherited from inviwo::Outport | |
| std::vector< Inport * > | connectedInports_ |
| InvalidationLevel | invalidationLevel_ |
| StateCoordinator< bool > | isReady_ |
| CallBackList | onConnectCallback_ |
| CallBackList | onDisconnectCallback_ |
Protected Attributes inherited from inviwo::Port | |
| Document | help_ |
| std::string | identifier_ |
| Processor * | processor_ |