Rosetta
|
#include <protocols/match/BumpGrid.fwd.hh>
#include <core/types.hh>
#include <core/conformation/Residue.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/fixedsizearray1.hh>
#include <utility/VirtualBase.hh>
#include <numeric/xyzVector.hh>
#include <numeric/geometry/BoundingBox.hh>
#include <numeric/geometry/hashing/SixDHasher.fwd.hh>
#include <string>
#include <iosfwd>
#include <utility/vector1.hh>
#include <utility/vector0.hh>
Classes | |
class | protocols::match::Bool3DGrid |
class | protocols::match::BumpGrid |
class | protocols::match::Bool3DGridKinemageWriter |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::match | |
Functions | |
ProbeRadius | protocols::match::probe_radius_for_atom_type (core::Size atomtype) |
BumpGridOP | protocols::match::bump_grid_to_enclose_pose (core::pose::Pose const &pose) |
BumpGridOP | protocols::match::bump_grid_to_enclose_residue (core::conformation::Residue const &residue, BumpGrid const &original_grid) |
Construct a BumpGrid that encloses a single residue. Use the original_grid as a starting point, copying over all pertinent data such that the two grids can later be merged together. More... | |
BumpGridOP | protocols::match::bump_grid_to_enclose_residue_backbone (core::conformation::Residue const &residue, BumpGrid const &original_grid) |
Construct a BumpGrid that encloses the backbone atoms for a single residue. Use the original_grid as a starting point, copying over all pertinent data such that the two grids can later be merged together. More... | |
void | protocols::match::fill_grid_with_residue_spheres (core::conformation::Residue const &residue, BumpGrid &grid) |
void | protocols::match::fill_grid_with_residue_heavyatom_spheres (core::conformation::Residue const &residue, BumpGrid &grid) |
void | protocols::match::fill_grid_with_backbone_heavyatom_spheres (core::conformation::Residue const &residue, BumpGrid &grid) |