Package GraphBase


Data Structures

struct  SCoord
struct  InDataStreamParameter
struct  OutDataStreamParameter
struct  SNode
struct  ServicesData
struct  SLink
struct  SGraph
class  Base
class  ComputingNode
class  DataNode
class  DataPort
class  EndOfLoopNode
class  EndOfSwitchNode
class  FactoryNode
class  GOTONode
class  Graph
class  InDataStreamPort
class  InLineNode
class  InPort
class  LoopNode
class  OutDataStreamPort
class  OutPort
class  Port
class  PortsOfNode
class  Service
class  ServicesParameter
class  StreamGraph
class  StreamNode
class  SwitchNode
class  XmlHandler

Typedefs

typedef vector< SCoordListOfCoords
typedef string FuncName
typedef vector< FuncNameListOfFuncName
typedef vector< const SUPERV::ListOfStrings * > ListOfPythonFunctions
typedef vector< SALOME_ModuleCatalog::ServicesParameter > ListOfParameters
typedef vector< InDataStreamParameterListOfInDataStreamParameters
typedef vector< OutDataStreamParameterListOfOutDataStreamParameters
typedef vector< SNodeListOfSNodes
typedef vector< ServicesDataListOfServicesData
typedef vector< SLinkListOfSLinks
typedef vector< SGraphListOfSGraphs


Typedef Documentation

typedef vector<SCoord> GraphBase.ListOfCoords
 

typedef string GraphBase.FuncName
 

typedef vector< FuncName > GraphBase.ListOfFuncName
 

typedef vector<const SUPERV::ListOfStrings *> GraphBase.ListOfPythonFunctions
 

typedef vector<SALOME_ModuleCatalog::ServicesParameter> GraphBase.ListOfParameters
 

typedef vector<InDataStreamParameter> GraphBase.ListOfInDataStreamParameters
 

typedef vector<OutDataStreamParameter> GraphBase.ListOfOutDataStreamParameters
 

typedef vector<SNode> GraphBase.ListOfSNodes
 

typedef vector<ServicesData> GraphBase.ListOfServicesData
 

typedef vector<SLink> GraphBase.ListOfSLinks
 

typedef vector<SGraph> GraphBase.ListOfSGraphs