OpenStructure
Loading...
Searching...
No Matches
load.hh
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// This file is part of the OpenStructure project <www.openstructure.org>
3//
4// Copyright (C) 2008-2020 by the OpenStructure authors
5//
6// This library is free software; you can redistribute it and/or modify it under
7// the terms of the GNU Lesser General Public License as published by the Free
8// Software Foundation; either version 3.0 of the License, or (at your option)
9// any later version.
10// This library is distributed in the hope that it will be useful, but WITHOUT
11// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13// details.
14//
15// You should have received a copy of the GNU Lesser General Public License
16// along with this library; if not, write to the Free Software Foundation, Inc.,
17// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18//------------------------------------------------------------------------------
19#ifndef OST_IO_LOAD_ALIGNMENT_HH
20#define OST_IO_LOAD_ALIGNMENT_HH
21
22/*
23 Author: Marco Biasini
24 */
25
30
31namespace ost { namespace io {
32
33seq::AlignmentHandle DLLEXPORT_OST_IO
34LoadAlignment(const String& file_name, const String& format="auto");
35
36seq::AlignmentHandle DLLEXPORT_OST_IO
37AlignmentFromStream(std::istream& stream, const String& format);
38
39seq::AlignmentHandle DLLEXPORT_OST_IO
40AlignmentFromString(const String& data, const String& format);
41
42
43seq::SequenceList DLLEXPORT_OST_IO
44LoadSequenceList(const String& file_name, const String& format="auto");
45
46seq::SequenceList DLLEXPORT_OST_IO
47SequenceListFromStream(std::istream& stream, const String& format);
48
49seq::SequenceList DLLEXPORT_OST_IO
50SequenceListFromString(const String& data, const String& format);
51
52seq::SequenceHandle DLLEXPORT_OST_IO
53LoadSequence(const String& file_name, const String& format="auto");
54
55seq::SequenceHandle DLLEXPORT_OST_IO
56SequenceFromStream(std::istream& stream, const String& format);
57
58seq::SequenceHandle DLLEXPORT_OST_IO
59SequenceFromString(const String& data, const String& format);
60
62LoadSequenceProfile(const String& file_name, const String& format="auto");
63
65SequenceProfileFromString(const String& data, const String& format);
66
67}}
68
69#endif
#define DLLEXPORT_OST_IO
std::string String
Definition base.hh:54
seq::SequenceList DLLEXPORT_OST_IO SequenceListFromString(const String &data, const String &format)
seq::SequenceHandle DLLEXPORT_OST_IO SequenceFromStream(std::istream &stream, const String &format)
seq::SequenceHandle DLLEXPORT_OST_IO SequenceFromString(const String &data, const String &format)
seq::SequenceList DLLEXPORT_OST_IO LoadSequenceList(const String &file_name, const String &format="auto")
seq::SequenceList DLLEXPORT_OST_IO SequenceListFromStream(std::istream &stream, const String &format)
seq::ProfileHandlePtr DLLEXPORT_OST_IO LoadSequenceProfile(const String &file_name, const String &format="auto")
seq::AlignmentHandle DLLEXPORT_OST_IO LoadAlignment(const String &file_name, const String &format="auto")
seq::AlignmentHandle DLLEXPORT_OST_IO AlignmentFromString(const String &data, const String &format)
seq::ProfileHandlePtr DLLEXPORT_OST_IO SequenceProfileFromString(const String &data, const String &format)
seq::SequenceHandle DLLEXPORT_OST_IO LoadSequence(const String &file_name, const String &format="auto")
seq::AlignmentHandle DLLEXPORT_OST_IO AlignmentFromStream(std::istream &stream, const String &format)
boost::shared_ptr< ProfileHandle > ProfileHandlePtr
Definition base.dox:1