Rosetta
Classes | Namespaces | Enumerations
ChemistryBase.hh File Reference

Base class for chemical modifications such as add atoms, delete atoms, replace atom, hydrogen manipulations, etc. More...

#include <utility/VirtualBase.hh>
#include <core/chemical/MutableResidueType.hh>
#include <core/chemical/modifications/ChemistryBase.fwd.hh>
#include <core/chemical/AtomRefMapping.hh>
#include <core/types.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/tag/Tag.fwd.hh>
#include <utility/vector1.hh>
#include <string>
#include <map>

Classes

class  core::chemical::modifications::ChemistryBase
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::chemical
 
 core::chemical::modifications
 

Enumerations

enum  core::chemical::modifications::ChemistryStatus {
  core::chemical::modifications::SUCCESS = 0 , core::chemical::modifications::FAIL_RETRY , core::chemical::modifications::FAIL_DO_NOT_RETRY , core::chemical::modifications::FAIL_BAD_INPUT ,
  core::chemical::modifications::FAIL_BAD_SETTINGS
}
 What was the status of the last call to apply (or get_additional_output) More...
 

Detailed Description

Base class for chemical modifications such as add atoms, delete atoms, replace atom, hydrogen manipulations, etc.

Base class for chemical modifications such as add atoms, delete atoms, replace atom, hydrogen manipulationsds.

Author
Rocco Moretti (rmore.nosp@m.ttia.nosp@m.se@gm.nosp@m.ail..nosp@m.com)
Steven Combs