bpp-popgen3
3.0.0
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Typedefs
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
y
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
~
Variables
a
b
c
d
f
g
h
i
l
m
n
p
s
t
u
w
y
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Pages
DataSetTools.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 _DATASETTOOLS_H_
6
#define _DATASETTOOLS_H_
7
8
// From STL
9
#include <set>
10
#include <memory>
11
12
#include <
Bpp/Exceptions.h
>
13
#include <
Bpp/Text/TextTools.h
>
14
15
// From bpp-seq
16
#include <
Bpp/Seq/Container/SequenceContainer.h
>
17
18
// From local bpp-popgen
19
#include "
DataSet.h
"
20
#include "../PolymorphismSequenceContainer.h"
21
22
namespace
bpp
23
{
29
class
DataSetTools
30
{
31
public
:
35
static
std::unique_ptr<DataSet>
buildDataSet
(
const
SequenceContainerInterface
& sc);
36
40
static
std::unique_ptr<DataSet>
buildDataSet
(
const
PolymorphismSequenceContainer
& psc);
41
};
42
}
// end of namespace bpp;
43
44
#endif
// _DATASETTOOLS_H_
DataSet.h
Exceptions.h
SequenceContainer.h
TextTools.h
bpp::DataSetTools
A set of tools for DataSet.
Definition:
DataSetTools.h:30
bpp::DataSetTools::buildDataSet
static std::unique_ptr< DataSet > buildDataSet(const SequenceContainerInterface &sc)
General method to build a DataSet from an OrderedSequenceContainer.
Definition:
DataSetTools.cpp:10
bpp::PolymorphismSequenceContainer
The PolymorphismSequenceContainer class.
Definition:
PolymorphismSequenceContainer.h:68
bpp::TemplateSequenceContainerInterface
bpp
Bpp
PopGen
DataSet
DataSetTools.h
Generated on Sun Jul 21 2024 08:40:35 for bpp-popgen3 by
1.9.1