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
IODataSet.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
// Secured inclusion of header's file
6
#ifndef _IODATASET_H_
7
#define _IODATASET_H_
8
9
#include "../DataSet.h"
10
11
#include <
Bpp/Io/IoFormat.h
>
12
13
// From STL
14
#include <iostream>
15
#include <fstream>
16
17
namespace
bpp
18
{
27
class
IODataSet
:
public
virtual
IOFormat
28
{
33
const
std::string
getDataType
()
const
{
return
"DataSet for population genetics"
; }
37
};
38
}
// end of namespace bpp;
39
40
#endif
// _IODATASET_H_
IoFormat.h
bpp::IODataSet
Interface for input/output with DataSet.
Definition:
IODataSet.h:28
bpp::IODataSet::getDataType
const std::string getDataType() const
Definition:
IODataSet.h:33
bpp::IOFormat
bpp
Bpp
PopGen
DataSet
Io
IODataSet.h
Generated on Sun Jul 21 2024 08:40:35 for bpp-popgen3 by
1.9.1