5 #ifndef BPP_PHYL_IO_BPPOTRANSITIONMODELFORMAT_H
6 #define BPP_PHYL_IO_BPPOTRANSITIONMODELFORMAT_H
9 #include "../Model/MixedTransitionModel.h"
24 std::unique_ptr<MixedTransitionModelInterface>
readMixed_(
25 std::shared_ptr<const Alphabet> alphabet,
26 const std::string& modelDescription,
27 const std::map<
size_t, std::shared_ptr<const AlignmentDataInterface>>& mData,
41 BppOTransitionModelFormat(
unsigned char alphabetCode,
bool allowCovarions,
bool allowMixed,
bool allowGaps,
bool verbose,
int warn) :
59 std::shared_ptr<const Alphabet> alphabet,
60 const std::string& modelDescription,
61 const std::map<
size_t, std::shared_ptr<const AlignmentDataInterface>>& mData,
63 bool parseArguments =
true);
Defines the basic types of data flow nodes.