Skip to content
Snippets Groups Projects
Commit 7924e7b6 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Remove io dependency from mol/alg source code.

parent bd05a1d2
No related branches found
No related tags found
No related merge requests found
#include <ost/mol/mol.hh> //------------------------------------------------------------------------------
// This file is part of the OpenStructure project <www.openstructure.org>
//
// Copyright (C) 2008-2011 by the OpenStructure authors
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License as published by the Free
// Software Foundation; either version 3.0 of the License, or (at your option)
// any later version.
// This library is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
// details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with this library; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
//------------------------------------------------------------------------------
#ifndef OST_MOL_ALG_FIND_MEMBRANE_H
#define OST_MOL_ALG_FIND_MEMBRANE_H
#include <ost/mol/mol.hh>
#include <ost/geom/geom.hh> #include <ost/geom/geom.hh>
#include <ost/io/binary_data_source.hh>
#include <ost/io/binary_data_sink.hh>
namespace ost { namespace mol{ namespace alg{ namespace ost { namespace mol { namespace alg {
struct FindMemParam{ struct FindMemParam{
FindMemParam() { } FindMemParam() { }
...@@ -29,3 +47,5 @@ FindMemParam FindMembrane(ost::mol::EntityView& ent, ...@@ -29,3 +47,5 @@ FindMemParam FindMembrane(ost::mol::EntityView& ent,
bool fast); bool fast);
}}} // ns }}} // ns
#endif
\ No newline at end of file
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include <boost/concept_check.hpp> #include <boost/concept_check.hpp>
#include <boost/filesystem/convenience.hpp> #include <boost/filesystem/convenience.hpp>
#include <ost/mol/alg/consistency_checks.hh> #include <ost/mol/alg/consistency_checks.hh>
#include <ost/io/stereochemical_params_reader.hh>
namespace ost { namespace mol { namespace alg { namespace ost { namespace mol { namespace alg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment