bpp-seq3  3.0.0
SiteTools.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #ifndef BPP_SEQ_SITETOOLS_H
6 #define BPP_SEQ_SITETOOLS_H
7 
8 #include <Bpp/Exceptions.h>
9 
10 #include "Site.h"
11 #include "SymbolListTools.h"
12 
13 // From the STL:
14 #include <map>
15 
16 namespace bpp
17 {
23 class SiteTools :
24  public SymbolListTools
25 {
26 public:
27  SiteTools() {}
28  virtual ~SiteTools() {}
29 };
30 }
31 #endif // BPP_SEQ_SITETOOLS_H
Utilitary methods dealing with sites.
Definition: SiteTools.h:25
virtual ~SiteTools()
Definition: SiteTools.h:28
Utilitary functions dealing with both sites and sequences.
This alphabet is used to deal NumericAlphabet.