SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Typedefs
NetworkFwd.h File Reference
#include <boost/shared_ptr.hpp>
#include <map>

Go to the source code of this file.

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Dataflow
 
 SCIRun::Dataflow::Networks
 

Typedefs

typedef boost::shared_ptr
< NetworkInterface > 
NetworkHandle
 
typedef boost::shared_ptr
< ModuleInterface > 
ModuleHandle
 
typedef boost::shared_ptr
< ModuleStateInterface > 
ModuleStateHandle
 
typedef boost::shared_ptr
< ModuleStateInterfaceFactory > 
ModuleStateFactoryHandle
 
typedef boost::shared_ptr
< PortInterface > 
PortHandle
 
typedef boost::shared_ptr
< Connection > 
ConnectionHandle
 
typedef boost::shared_ptr
< InputPortInterface > 
InputPortHandle
 
typedef boost::shared_ptr
< OutputPortInterface > 
OutputPortHandle
 
typedef boost::shared_ptr
< ModuleFactory > 
ModuleFactoryHandle
 
typedef boost::shared_ptr
< DatatypeSinkInterface > 
DatatypeSinkInterfaceHandle
 
typedef boost::shared_ptr
< DatatypeSourceInterface > 
DatatypeSourceInterfaceHandle
 
typedef boost::shared_ptr
< NetworkXML > 
NetworkXMLHandle
 
typedef boost::shared_ptr
< ModulePositions > 
ModulePositionsHandle
 
typedef boost::shared_ptr
< NetworkFile > 
NetworkFileHandle
 
typedef std::map< std::string,
std::map< std::string,
std::map< std::string,
ModuleDescription > > > 
ModuleDescriptionMap