bpp-phyl3
3.0.0
|
#include <Bpp/Graph/AssociationTreeGraphImplObserver.h>
#include <Bpp/Numeric/ParametrizableCollection.h>
#include <Bpp/Phyl/Likelihood/DataFlow/Parametrizable.h>
#include <Bpp/Phyl/Likelihood/ParametrizablePhyloTree.h>
#include <Bpp/Phyl/Likelihood/ProcessComputationTree.h>
#include <Bpp/Phyl/Likelihood/SubstitutionProcess.h>
#include "Definitions.h"
#include "Model.h"
#include "Parameter.h"
#include <string>
Go to the source code of this file.
Classes | |
class | bpp::ProcessEdge |
class | bpp::ProcessTree |
Namespaces | |
bpp | |
Defines the basic types of data flow nodes. | |
Typedefs | |
typedef ProcessComputationNode | bpp::ProcessNode |
using | bpp::ProcessEdgePtr = std::shared_ptr< ProcessEdge > |
using | bpp::ProcessNodePtr = std::shared_ptr< ProcessNode > |
Functions | |
ParametrizableCollection< ConfiguredModel > | bpp::makeConfiguredModelCollection (Context &context, const SubstitutionProcessInterface &process, ParameterList &parList) |
Make a Collection of ConfiguredModel, from the models described in the SubstitutionProcess, and sharing ConfiguredParameters from a ParameterList. More... | |