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

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

#include <core/pack/palette/NoDesignPackerPalette.fwd.hh>
#include <core/chemical/ResidueTypeSet.fwd.hh>
#include <core/pack/palette/PackerPalette.hh>
#include <core/pose/Pose.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/tag/Tag.fwd.hh>
#include <utility/VirtualBase.hh>
#include <utility/vector1.fwd.hh>
#include <utility/vector1.hh>

Classes

class  core::pack::palette::NoDesignPackerPalette
 The NoDesignPackerPalette class gives instructions to the packer about the set of ResidueTypes and VariantTypes to use by default, in the absence of any TaskOperations that prune the list. Specifically, the NoDesignPackerPalette says, "By default, use the twenty canonical amino acids and whatever is present at a given position -- and nothing else.". More...
 

Namespaces

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

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.