bpp-phyl3 3.0.0
SubstitutionDistance.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: The Bio++ Development Group
2//
3// SPDX-License-Identifier: CECILL-2.1
4
6
7using namespace bpp;
8
9void AbstractSubstitutionDistance::setDistances(std::shared_ptr<const AlphabetIndex2> distances)
10{
11 distances_ = distances;
13}
virtual void distancesHaveChanged()=0
std::shared_ptr< const AlphabetIndex2 > distances_
Defines the basic types of data flow nodes.