File atomselection_reader.hpp

This file contains a class which constructs an atomselection from an input file.

Author

Benjamin Lindner ben@benlabs.net

Version

See VERSION in CMakeLists.txt

Copyright

GNU General Public License

class AtomselectionReader
#include <atomselection_reader.hpp>

Creates an atomselection from a file.

Public Static Functions

static std::map<std::string, IAtomselection*> read_ndx(std::string filename, std::string selector, std::string expression)
static IAtomselection *read_pdb(std::string filename, std::string selector, std::string expression)