![]() |
Rosetta
2021.16
|
#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 |
| 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().
References voxel_array_.
Referenced by clash_ball().
References clash(), and numeric::geometry::hashing::Ball::xyz().
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 | ) |
|
private |
1.8.7