|
Rosetta
|
#include <MinimalClashHash.hh>

Public Member Functions | |
| MinimalClashHash (float grid_resolution=0.0f, float ball_radius=2.0f, utility::vector1< Ball > const &balls=utility::vector1< Ball >()) | |
| void | init (utility::vector1< Ball > const &balls) |
| bool | clash (Vec const &v) const |
| bool | clash_ball (Ball const &b) const |
| Size | clash_check_balls (utility::vector1< Ball > const &bs, Size clash_limit=100000000) const |
Public Member Functions inherited from utility::VirtualBase | |
| VirtualBase ()=default | |
| Default constructor. More... | |
| virtual | ~VirtualBase ()=default |
| The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
| VirtualBase (VirtualBase const &)=default | |
| VirtualBase (VirtualBase &&)=default | |
| VirtualBase & | operator= (VirtualBase const &)=default |
| VirtualBase & | operator= (VirtualBase &&)=default |
Private Types | |
| typedef numeric::xyzVector< float > | Vec |
| typedef numeric::VoxelArray< float, bool > | VoxelArray |
| typedef utility::pointer::shared_ptr< VoxelArray > | VoxelArrayOP |
Private Attributes | |
| float | grid_resolution_ |
| float | ball_radius_ |
| VoxelArrayOP | voxel_array_ |
|
private |
|
private |
|
private |
| numeric::geometry::hashing::MinimalClashHash::MinimalClashHash | ( | float | grid_resolution = 0.0f, |
| float | ball_radius = 2.0f, |
||
| utility::vector1< Ball > const & | balls = utility::vector1<Ball>() |
||
| ) |
References init().
| bool numeric::geometry::hashing::MinimalClashHash::clash | ( | Vec const & | v | ) | const |
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::v, and voxel_array_.
Referenced by clash_ball().
| bool numeric::geometry::hashing::MinimalClashHash::clash_ball | ( | Ball const & | b | ) | const |
References compute_difference::b, and clash().
Referenced by clash_check_balls().
| Size numeric::geometry::hashing::MinimalClashHash::clash_check_balls | ( | utility::vector1< Ball > const & | bs, |
| Size | clash_limit = 100000000 |
||
| ) | const |
References clash_ball().
| void numeric::geometry::hashing::MinimalClashHash::init | ( | utility::vector1< Ball > const & | balls | ) |
References ball_radius_, lactamize::cs, grid_resolution_, create_a3b_hbs::i, enumerate_junctions::int, voxel_array_, and basic::options::OptionKeys::in::file::xyz.
Referenced by MinimalClashHash().
|
private |
Referenced by init().
|
private |
Referenced by init().
|
private |