Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs
NoDesignPackerPalette.fwd.hh File Reference

NoDesignPackerPalette: a PackerPalette that sets up absolutely no design residues. More...

#include <utility/pointer/owning_ptr.hh>

Namespaces

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

Typedefs

typedef
utility::pointer::shared_ptr
< NoDesignPackerPalette > 
core::pack::palette::NoDesignPackerPaletteOP
 
typedef
utility::pointer::shared_ptr
< NoDesignPackerPalette const > 
core::pack::palette::NoDesignPackerPaletteCOP
 

Detailed Description

NoDesignPackerPalette: a PackerPalette that sets up absolutely no design residues.

Not necessary for repacking (the RestrictToRepacking task operation produces the same effect), but handy for efficiency when you know that you're not doing any design. (There's no point setting up a list of ResidueTypes) only to prune them all away.

Author
Vikram K. Mulligan, Baker laboratory (vmull.nosp@m.ig@u.nosp@m.w.edu).