Rosetta Core  2014.16.56682
Namespaces | Functions | Variables
GasteigerAtomTyper.cc File Reference

The type assigner for gasteiger type data. More...

#include <core/chemical/gasteiger/GasteigerAtomTyper.hh>
#include <core/chemical/gasteiger/GasteigerAtomTypeSet.hh>
#include <core/chemical/gasteiger/GasteigerAtomTypeData.hh>
#include <core/chemical/ElementSet.hh>
#include <core/chemical/Element.hh>
#include <core/chemical/ElectronConfiguration.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueType.hh>
#include <core/chemical/Atom.hh>
#include <core/chemical/AtomType.hh>
#include <core/chemical/Bond.hh>
#include <core/types.hh>
#include <utility/vector1.hh>
#include <utility/string_util.hh>
#include <utility/exit.hh>
#include <utility/graph/ring_detection.hh>
#include <numeric/util.hh>
#include <basic/Tracer.hh>
#include <string>

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 
 core::chemical
 
 core::chemical::gasteiger
 

Functions

void core::chemical::gasteiger::assign_gasteiger_atom_types (core::chemical::ResidueType &restype, GasteigerAtomTypeSetCOP gasteiger_atom_type_set, bool keep_existing)
 Assign gasteiger atom types to the atoms in restype. If "keep_existing" is true keep any already-assigned types Otherwise assign all new types. More...
 
PossibleAtomTypesForAtom core::chemical::gasteiger::GetPossibleTypesForAtom (const core::chemical::RealResidueGraph &graph, VD const &atomVD, GasteigerAtomTypeSetCOP gasteiger_atom_type_set, core::Size connections)
 get all atom types matching a given atom considering its bonds More...
 

Variables

static basic::Tracer core::chemical::gasteiger::TR ("core.chemical.gasteiger.GasteigerAtomTypeSet")
 

Detailed Description

The type assigner for gasteiger type data.

Author
Rosetta conversion: Rocco Moretti (rmore.nosp@m.ttia.nosp@m.se@gm.nosp@m.ail..nosp@m.com)