#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | ESBTL |
Functions | |
template<class Atom > | |
bool | ESBTL::is_backbone (const Atom &atom) |
template<class Atom > | |
bool | ESBTL::is_side_chain_or_CA (const Atom &atom) |
template<class Atom > | |
bool | ESBTL::is_hydrogen (const Atom &atom) |
template<class Atom > | |
bool | ESBTL::is_water (const Atom &atom) |
template<class Atom_iterator , class Classifier_with_radius , class Color_of > | |
void | ESBTL::write_to_cgo (const std::string &filename, Atom_iterator first, Atom_iterator last, const Classifier_with_radius &classifier, const Color_of &color_of) |