View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
vistle
PortTask
vistle::PortTask Member List
This is the complete list of members for
vistle::PortTask
, including all inherited members.
accept
(const Port *port)
vistle::PortTask
accept
(const std::string &port)
vistle::PortTask
addAllObjects
()
vistle::PortTask
addDependency
(std::shared_ptr< PortTask > dep)
vistle::PortTask
addObject
(Port *port, Object::ptr obj)
vistle::PortTask
addObject
(const std::string &port, Object::ptr obj)
vistle::PortTask
dependenciesDone
()
vistle::PortTask
expect
(const Port *port)
vistle::PortTask
expect
(const std::string &port)
vistle::PortTask
hasObject
(const Port *p)
vistle::PortTask
isDone
()
vistle::PortTask
m_dependencies
vistle::PortTask
protected
m_future
vistle::PortTask
protected
m_input
vistle::PortTask
protected
m_module
vistle::PortTask
protected
m_mutex
vistle::PortTask
protected
m_objects
vistle::PortTask
protected
m_passThrough
vistle::PortTask
protected
m_ports
vistle::PortTask
protected
m_portsByString
vistle::PortTask
protected
Module
vistle::PortTask
friend
passThroughObject
(Port *port, Object::const_ptr obj)
vistle::PortTask
passThroughObject
(const std::string &port, Object::const_ptr obj)
vistle::PortTask
PortTask
(Module *module)
vistle::PortTask
explicit
takeObject
(const Port *p)
vistle::PortTask
wait
()
vistle::PortTask
waitDependencies
()
vistle::PortTask
~PortTask
()
vistle::PortTask
virtual