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 
5 #include "SubstitutionDistance.h"
6 
7 using namespace bpp;
8 
9 void AbstractSubstitutionDistance::setDistances(std::shared_ptr<const AlphabetIndex2> distances)
10 {
11  distances_ = distances;
13 }
void setDistances(std::shared_ptr< const AlphabetIndex2 > distances)
virtual void distancesHaveChanged()=0
std::shared_ptr< const AlphabetIndex2 > distances_
Defines the basic types of data flow nodes.