bpp-phyl3
3.0.0
WeightedSubstitutionCount.cpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: The Bio++ Development Group
2
//
3
// SPDX-License-Identifier: CECILL-2.1
4
5
#include "
WeightedSubstitutionCount.h
"
6
7
using namespace
bpp
;
8
9
void
AbstractWeightedSubstitutionCount::setWeights
(std::shared_ptr<const AlphabetIndex2> weights)
10
{
11
weights_
= weights;
12
weightsHaveChanged
();
13
}
WeightedSubstitutionCount.h
bpp::AbstractWeightedSubstitutionCount::setWeights
void setWeights(std::shared_ptr< const AlphabetIndex2 > weights)
Definition:
WeightedSubstitutionCount.cpp:9
bpp::AbstractWeightedSubstitutionCount::weightsHaveChanged
virtual void weightsHaveChanged()=0
bpp::AbstractWeightedSubstitutionCount::weights_
std::shared_ptr< const AlphabetIndex2 > weights_
Definition:
WeightedSubstitutionCount.h:42
bpp
Defines the basic types of data flow nodes.
Bpp
Phyl
Mapping
WeightedSubstitutionCount.cpp
Generated on Fri Jul 19 2024 11:49:21 for bpp-phyl3 by
1.9.1