Rosetta
|
Utilities to initialize ID Maps. More...
#include <core/types.hh>
#include <core/conformation/Conformation.hh>
#include <core/conformation/Residue.hh>
#include <core/id/AtomID_Map.fwd.hh>
#include <core/pose/Pose.hh>
#include <core/id/DOF_ID_Map.fwd.hh>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::pose | |
Functions | |
template<typename T > | |
void | core::pose::initialize_dof_id_map (id::DOF_ID_Map< T > &dof_map, Pose const &pose) |
Initialize a DOF_ID_Map for a given Pose using the DOF_ID_Map's current default fill values. More... | |
template<typename T > | |
void | core::pose::initialize_dof_id_map (id::DOF_ID_Map< T > &dof_map, Pose const &pose, T const &value) |
Initialize a DOF_ID_Map for a given Pose using a specified fill value. More... | |
core::Real | core::pose::pose_max_nbr_radius (pose::Pose const &pose) |
returns a Distance More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map (id::AtomID_Map< T > &atom_map, pose::Pose const &pose) |
Initialize an AtomID_Map for a given Pose using the AtomID_Map's current default fill values. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map (id::AtomID_Map< T > &atom_map, pose::Pose const &pose, T const &value) |
Initialize an AtomID_Map for a given Pose using a specified fill value. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map (id::AtomID_Map< T > &atom_map, conformation::Conformation const &conformation) |
Initialize an AtomID_Map for a given Conformation using the AtomID_Map's current default fill values. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map (id::AtomID_Map< T > &atom_map, conformation::Conformation const &conformation, T const &value) |
Initialize an AtomID_Map for a given Conformation using a specified fill value. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map_heavy_only (id::AtomID_Map< T > &atom_map, pose::Pose const &pose) |
Initialize an AtomID_Map for a given Pose using the AtomID_Map's current default fill values. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map_heavy_only (id::AtomID_Map< T > &atom_map, pose::Pose const &pose, T const &value) |
Initialize an AtomID_Map for a given Pose using a specified fill value. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map_heavy_only (id::AtomID_Map< T > &atom_map, conformation::Conformation const &conformation) |
Initialize an AtomID_Map for a given Conformation using the AtomID_Map's current default fill values. More... | |
template<typename T > | |
void | core::pose::initialize_atomid_map_heavy_only (id::AtomID_Map< T > &atom_map, conformation::Conformation const &conformation, T const &value) |
Initialize an AtomID_Map for a given Conformation using a specified fill value. More... | |
void | core::pose::initialize_atomid_map_AtomID (id::AtomID_Map< id::AtomID > &atom_map, pose::Pose const &pose) |
void | core::pose::initialize_atomid_map_AtomID (id::AtomID_Map< id::AtomID > &atom_map, pose::Pose const &pose, id::AtomID const &value) |
void | core::pose::initialize_atomid_map_AtomID (id::AtomID_Map< id::AtomID > &atom_map, conformation::Conformation const &conformation) |
void | core::pose::initialize_atomid_map_AtomID (id::AtomID_Map< id::AtomID > &atom_map, conformation::Conformation const &conformation, id::AtomID const &value) |
Utilities to initialize ID Maps.