![]() |
Rosetta
2021.07
|
#include <xyzStripeHash.hh>
Public Member Functions | |
float & | x () |
float & | y () |
float & | z () |
float const & | x () const |
float const & | y () const |
float const & | z () const |
xyzVector< Real > | xyz_real () const |
xyzVector< float > const & | xyz () const |
float | radius () const |
void | radius (float radius) |
Size | resi () const |
Size | atomno () const |
Public Attributes | |
float | x_ |
float | y_ |
float | z_ |
uint8_t | radius_ |
uint8_t | atomno_ |
uint16_t | resid_ |
|
inline |
References atomno_.
Referenced by numeric::geometry::hashing::xyzStripeHash::clash_amount().
|
inline |
|
inline |
|
inline |
References x_.
Referenced by numeric::geometry::hashing::xyzStripeHash::clash(), numeric::geometry::hashing::xyzStripeHash::clash_amount(), numeric::geometry::hashing::xyzStripeHash::clash_check_ball(), numeric::geometry::hashing::xyzStripeHash::clash_not_resid(), numeric::geometry::hashing::xyzStripeHash::clash_raw(), numeric::geometry::hashing::xyzStripeHash::fill_pairs(), numeric::geometry::hashing::xyzStripeHash::init(), numeric::geometry::hashing::xyzStripeHash::nbcount(), and numeric::geometry::hashing::xyzStripeHash::nbcount_raw().
|
inline |
References y_.
Referenced by numeric::geometry::hashing::xyzStripeHash::clash(), numeric::geometry::hashing::xyzStripeHash::clash_amount(), numeric::geometry::hashing::xyzStripeHash::clash_check_ball(), numeric::geometry::hashing::xyzStripeHash::clash_not_resid(), numeric::geometry::hashing::xyzStripeHash::clash_raw(), numeric::geometry::hashing::xyzStripeHash::fill_pairs(), numeric::geometry::hashing::xyzStripeHash::nbcount(), and numeric::geometry::hashing::xyzStripeHash::nbcount_raw().
|
inline |
References z_.
Referenced by numeric::geometry::hashing::xyzStripeHash::clash(), numeric::geometry::hashing::xyzStripeHash::clash_amount(), numeric::geometry::hashing::xyzStripeHash::clash_check_ball(), numeric::geometry::hashing::xyzStripeHash::clash_not_resid(), numeric::geometry::hashing::xyzStripeHash::clash_raw(), numeric::geometry::hashing::xyzStripeHash::fill_pairs(), numeric::geometry::hashing::xyzStripeHash::nbcount(), and numeric::geometry::hashing::xyzStripeHash::nbcount_raw().
uint8_t numeric::geometry::hashing::Ball::atomno_ |
Referenced by atomno(), and numeric::geometry::hashing::operator<<().
uint8_t numeric::geometry::hashing::Ball::radius_ |
Referenced by numeric::geometry::hashing::operator<<(), and radius().
uint16_t numeric::geometry::hashing::Ball::resid_ |
float numeric::geometry::hashing::Ball::x_ |
Referenced by numeric::geometry::hashing::operator<<(), x(), and xyz_real().
float numeric::geometry::hashing::Ball::y_ |
Referenced by numeric::geometry::hashing::operator<<(), xyz_real(), and y().
float numeric::geometry::hashing::Ball::z_ |
Referenced by numeric::geometry::hashing::operator<<(), xyz_real(), and z().