Rosetta
|
#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 radius_.
Referenced by pyrosetta.distributed.viewer.modules.setDisulfides::apply(), pyrosetta.distributed.viewer.modules.setHydrogenBonds::apply(), pyrosetta.distributed.viewer.modules.setHydrogens::apply(), pyrosetta.distributed.viewer.modules.setStyle::apply(), test.Workshop9_my_shapes.MyCircle::area(), numeric::geometry::hashing::xyzStripeHash::clash_check_ball(), numeric::geometry::hashing::xyzStripeHash::const_iterator::radius(), radius(), and numeric::geometry::hashing::xyzStripeHash::visit_lax().
|
inline |
References radius(), and radius_.
Referenced by pyrosetta.distributed.viewer.modules.setDisulfides::apply(), pyrosetta.distributed.viewer.modules.setHydrogenBonds::apply(), pyrosetta.distributed.viewer.modules.setHydrogens::apply(), pyrosetta.distributed.viewer.modules.setStyle::apply(), and test.Workshop9_my_shapes.MyCircle::area().
|
inline |
References resid_.
Referenced by numeric::geometry::hashing::xyzStripeHash::clash_check_residue_pairs(), and numeric::geometry::hashing::xyzStripeHash::resi().
|
inline |
References x_.
Referenced by PyMOL-Rosetta-relay-client.XYZCoord::__init__(), PyMOL-RosettaServer.XYZCoord::__init__(), PyMOL-Rosetta-relay-client.XYZCoord::__str__(), PyMOL-RosettaServer.XYZCoord::__str__(), pyrosetta.PyMOLRosettaServer.XYZCoord::__str__(), and numeric::geometry::hashing::xyzStripeHash::init().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
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_ |
Referenced by numeric::geometry::hashing::operator<<(), and resi().
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().