bpp-phyl3  3.0.0
ProcessComputationTree.h File Reference
+ Include dependency graph for ProcessComputationTree.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bpp::ProcessComputationNode
 Tree Organization of Computing Nodes. More...
 
class  bpp::ProcessComputationEdge
 
class  bpp::ProcessComputationTree
 

Namespaces

 bpp
 Defines the basic types of data flow nodes.
 

Typedefs

using bpp::ProcessComputationNodeRef = std::shared_ptr< ProcessComputationNode >
 
using bpp::BaseTree = AssociationTreeGlobalGraphObserver< ProcessComputationNode, ProcessComputationEdge >