Rosetta
Namespaces | Functions
Metapatch.cc File Reference

A structure for applying multiple Patches procedurally. More...

#include <core/chemical/Patch.hh>
#include <core/chemical/Metapatch.hh>
#include <core/chemical/AtomPropertiesManager.hh>
#include <basic/Tracer.hh>
#include <utility/string_util.hh>
#include <utility/vector1.hh>
#include <utility/io/izstream.hh>
#include <fstream>

Namespaces

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

Functions

static basic::Tracer core::chemical::tr ("core.chemical")
 

Detailed Description

A structure for applying multiple Patches procedurally.

Suppose you want to chlorinate all 'chlorinatable positions' and have a bajillion RTs result. NOW. YOU. CAN.

Author
Andy Watkins
Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m.w.edu) – Reworked a bit to minimize string parsing elsewhere during PackerPalette implementation.