#include <xyzStripeHashPose.hh>
|
| xyzStripeHashPose (double radius=0.0) |
|
| xyzStripeHashPose (core::pose::Pose const &p, PoseCoordPickMode m=BB, double radius=0.0) |
|
| xyzStripeHashPose (core::pose::Pose const &p, core::id::AtomID_Map< double > const &amap, double radius=0.0) |
|
void | add_pose (core::pose::Pose const &p, core::id::AtomID_Map< double > const amap) |
|
void | add_pose (core::pose::Pose const &p, PoseCoordPickMode m=BB) |
|
void | init_posehash () |
|
| xyzStripeHash (float grid_size=0.0, utility::vector1< Ball > const &balls=utility::vector1< Ball >()) |
|
void | init (utility::vector1< Ball > const &balls) |
|
virtual | ~xyzStripeHash () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
bool | sanity_check () const |
|
int | nbcount (Vec const &v_in) const |
|
int | nbcount_raw (Vec const &v) const |
|
bool | clash (Vec const &v_in) const |
|
bool | clash_not_resid (Vec const &v_in, int resid) const |
|
bool | clash_raw (Vec const &v) const |
|
void | fill_pairs (Vec const &v, int const &ir, utility::vector1< std::pair< int, int > > &pairs, float maxd2=0.0) const |
|
void | visit (Vec const &v_in, V &visitor) const |
|
void | visit_lax (Vec const &v_in, float const vr, V &visitor) const |
|
Ball const * | grid_atoms () const |
|
ushort2 const * | grid_stripe () const |
|
int | natom () const |
|
int | xdim () const |
|
int | ydim () const |
|
int | zdim () const |
|
float | grid_size () const |
|
float | grid_size2 () const |
|
numeric::xyzVector< float > const & | translation () const |
|
protocols::sic_dock::xyzStripeHashPose::xyzStripeHashPose |
( |
double |
radius = 0.0 | ) |
|
References core::conformation::Residue::atom_type(), balls_, initialized_, core::chemical::AtomType::lj_radius(), core::id::AtomID_Map< T >::n_atom(), core::pose::Pose::n_residue(), core::pose::Pose::residue(), utility_exit_with_message, numeric::xyzVector< class >::x(), core::pose::Pose::xyz(), numeric::xyzVector< class >::y(), and numeric::xyzVector< class >::z().
Referenced by add_pose(), and xyzStripeHashPose().
References add_pose(), protocols::sic_dock::ALL, core::conformation::Residue::atom_index(), protocols::sic_dock::BB, protocols::sic_dock::CA, protocols::sic_dock::CB, protocols::sic_dock::CBorCA, core::pose::initialize_atomid_map(), core::pose::Pose::n_residue(), numeric::geometry::hashing::xyzStripeHash::natom(), protocols::sic_dock::NBR, protocols::sic_dock::NCAC, protocols::sic_dock::NCO, and core::pose::Pose::residue().
void protocols::sic_dock::xyzStripeHashPose::init_posehash |
( |
| ) |
|
bool protocols::sic_dock::xyzStripeHashPose::initialized_ |
|
private |
The documentation for this class was generated from the following files: