Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / selectioncollection.h
index 6b74eeea00bca4a3a79e843a8d4b1e906811be82..281b473abc3924c77bf909f390418bd33db43149 100644 (file)
@@ -1,53 +1,61 @@
 /*
+ * This file is part of the GROMACS molecular simulation package.
  *
- *                This source code is part of
+ * Copyright (c) 2010,2011,2012,2013,2014, by the GROMACS development team, led by
+ * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
+ * and including many others, as listed in the AUTHORS file in the
+ * top-level source directory and at http://www.gromacs.org.
  *
- *                 G   R   O   M   A   C   S
+ * GROMACS 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 2.1
+ * of the License, or (at your option) any later version.
  *
- *          GROningen MAchine for Chemical Simulations
+ * GROMACS 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.
  *
- * Written by David van der Spoel, Erik Lindahl, Berk Hess, and others.
- * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
- * Copyright (c) 2001-2009, The GROMACS development team,
- * check out http://www.gromacs.org for more information.
-
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with GROMACS; if not, see
+ * http://www.gnu.org/licenses, or write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
  *
- * If you want to redistribute modifications, please consider that
- * scientific software is very special. Version control is crucial -
- * bugs must be traceable. We will be happy to consider code for
- * inclusion in the official distribution, but derived work must not
- * be called official GROMACS. Details are found in the README & COPYING
- * files - if they are missing, get the official version at www.gromacs.org.
+ * If you want to redistribute modifications to GROMACS, please
+ * consider that scientific software is very special. Version
+ * control is crucial - bugs must be traceable. We will be happy to
+ * consider code for inclusion in the official distribution, but
+ * derived work must not be called official GROMACS. Details are found
+ * in the README & COPYING files - if they are missing, get the
+ * official version at http://www.gromacs.org.
  *
  * To help us fund GROMACS development, we humbly ask that you cite
- * the papers on the package - you can find them in the top README file.
- *
- * For more info, check our website at http://www.gromacs.org
+ * the research papers on the package. Check out http://www.gromacs.org.
  */
 /*! \file
  * \brief
  * Declares gmx::SelectionCollection.
  *
- * \author Teemu Murtola <teemu.murtola@cbr.su.se>
+ * \author Teemu Murtola <teemu.murtola@gmail.com>
  * \inpublicapi
  * \ingroup module_selection
  */
 #ifndef GMX_SELECTION_SELECTIONCOLLECTION_H
 #define GMX_SELECTION_SELECTIONCOLLECTION_H
 
+#include <cstdio>
+
 #include <string>
 #include <vector>
 
-#include "../legacyheaders/typedefs.h"
-
-#include "../utility/common.h"
-#include "selection.h" // For gmx::SelectionList
+#include "gromacs/legacyheaders/types/oenv.h"
+#include "gromacs/selection/selection.h" // For gmx::SelectionList
+#include "gromacs/utility/common.h"
 
 struct gmx_ana_indexgrps_t;
+struct t_pbc;
+struct t_topology;
+struct t_trxframe;
 
 namespace gmx
 {
@@ -113,14 +121,14 @@ class SelectionCollection
         /*! \brief
          * Initializes options for setting global properties on the collection.
          *
-         * \returns Initialized options object.
-         * \throws  std::bad_alloc if out of memory.
+         * \param[in,out] options Options object to initialize.
+         * \throws        std::bad_alloc if out of memory.
          *
-         * The returned options can be used to set the default position types
-         * (see setReferencePosType() and setOutputPosType()) and debugging
-         * options.
+         * Adds options to \p options that can be used to set the default
+         * position types (see setReferencePosType() and setOutputPosType())
+         * and debugging flags.
          */
-        Options &initOptions();
+        void initOptions(Options *options);
 
         /*! \brief
          * Sets the default reference position handling for a selection
@@ -210,14 +218,14 @@ class SelectionCollection
          *
          * \param[in]  grps  Index groups to use for the selections.
          * \throws  std::bad_alloc if out of memory.
-         * \throws  InvalidInputError if a group reference cannot be resolved.
+         * \throws  InconsistentInputError if a group reference cannot be resolved.
          *
          * Only the first call to this method can have a non-NULL \p grps.
          * At this point, any selections that have already been provided are
          * searched for references to external groups, and the references are
          * replaced by the contents of the groups.  If any referenced group
          * cannot be found in \p grps (or if \p grps is NULL and there are any
-         * references), InvalidInputError is thrown.
+         * references), InconsistentInputError is thrown.
          *
          * The selection collection keeps a reference to \p grps until this
          * method is called with a NULL \p grps.
@@ -232,58 +240,51 @@ class SelectionCollection
          *      (if -1, parse as many as provided by the user).
          * \param[in]  bInteractive Whether the parser should behave
          *      interactively.
-         * \param[out] output   Vector to which parsed selections are appended.
+         * \param[in]  context  Context to print for interactive input.
+         * \returns    Vector of parsed selections.
          * \throws     std::bad_alloc if out of memory.
          * \throws     InvalidInputError if there is a parsing error
          *      (an interactive parser only throws this if too few selections
          *      are provided and the user forced the end of input).
          *
-         * Parsed selections are appended to \p output without clearing it
-         * first.  If parsing fails, \p output is not modified.
-         *
-         * The objects returned in \p output remain valid for the lifetime of
+         * The returned objects remain valid for the lifetime of
          * the selection collection.
          * Some information about the selections only becomes available once
          * compile() has been called; see \ref Selection.
+         *
+         * The string provided to \p context should be such that it can replace
+         * the three dots in "Specify selections ...:".  It can be empty.
          */
-        void parseFromStdin(int count, bool bInteractive,
-                            SelectionList *output);
+        SelectionList parseFromStdin(int count, bool bInteractive,
+                                     const std::string &context);
         /*! \brief
          * Parses selection(s) from a file.
          *
          * \param[in]  filename Name of the file to parse selections from.
-         * \param[out] output   Vector to which parsed selections are appended.
+         * \returns    Vector of parsed selections.
          * \throws     std::bad_alloc if out of memory.
          * \throws     InvalidInputError if there is a parsing error.
          *
-         * Parsed selections are appended to \p output without clearing it
-         * first.  If parsing fails, \p output is not modified.
-         *
-         * The objects returned in \p output remain valid for the lifetime of
+         * The returned objects remain valid for the lifetime of
          * the selection collection.
          * Some information about the selections only becomes available once
          * compile() has been called; see \ref Selection.
          */
-        void parseFromFile(const std::string &filename,
-                           SelectionList *output);
+        SelectionList parseFromFile(const std::string &filename);
         /*! \brief
          * Parses selection(s) from a string.
          *
          * \param[in]  str      String to parse selections from.
-         * \param[out] output   Vector to which parsed selections are appended.
+         * \returns    Vector of parsed selections.
          * \throws     std::bad_alloc if out of memory.
          * \throws     InvalidInputError if there is a parsing error.
          *
-         * Parsed selections are appended to \p output without clearing it
-         * first.  If parsing fails, \p output is not modified.
-         *
-         * The objects returned in \p output remain valid for the lifetime of
+         * The returned objects remain valid for the lifetime of
          * the selection collection.
          * Some information about the selections only becomes available once
          * compile() has been called; see \ref Selection.
          */
-        void parseFromString(const std::string &str,
-                             SelectionList *output);
+        SelectionList parseFromString(const std::string &str);
         /*! \brief
          * Prepares the selections for evaluation and performs optimizations.
          *
@@ -356,7 +357,7 @@ class SelectionCollection
     private:
         class Impl;
 
-        PrivateImplPointer<Impl> _impl;
+        PrivateImplPointer<Impl> impl_;
 
         /*! \brief
          * Needed for the compiler to freely modify the collection.