hops
include
hops
FileReader
SbmlReader.hpp
Go to the documentation of this file.
1
#ifndef HOPS_SBMLREADER_HPP
2
#define HOPS_SBMLREADER_HPP
3
4
#include "
SbmlModel.hpp
"
5
#include <string>
6
#include <vector>
7
8
namespace
hops
{
9
class
SbmlReader
{
10
public
:
11
SbmlReader
() =
delete
;
12
20
template
<
typename
MatrixType,
typename
VectorType>
21
static
SbmlModel<MatrixType, VectorType>
readModel
(
const
std::string
&file);
22
};
23
}
24
25
#endif //HOPS_SBMLREADER_HPP
hops::SbmlModel
Definition:
SbmlModel.hpp:9
SbmlModel.hpp
hops::SbmlReader::SbmlReader
SbmlReader()=delete
hops::SbmlReader::readModel
static SbmlModel< MatrixType, VectorType > readModel(const std::string &file)
parses linear model constraints and stores them to an SbmlModel object.
hops
Definition:
CsvReader.hpp:8
hops::SbmlReader
Definition:
SbmlReader.hpp:9
string
NAME string(REPLACE ".cpp" "_bin" example_name ${example_filename}) if($
Definition:
hops/Third-party/HighFive/src/examples/CMakeLists.txt:6
Generated by
1.8.17