|
Rosetta 3.5
|
Class for counting the number of matches given a particular discretization level. More...
#include <MatchSet.hh>


Public Types | |
| typedef core::Real | Real |
| typedef core::Size | Size |
| typedef core::Vector | Vector |
| typedef numeric::geometry::BoundingBox < Vector > | BoundingBox |
| typedef numeric::geometry::hashing::Bin6D | Bin6D |
| typedef utility::vector1< Size > | HitCounts |
| typedef boost::unordered_map < boost::uint64_t, HitCounts, numeric::geometry::hashing::bin_index_hasher > | HitHash |
Public Member Functions | |
| MatchCounter () | |
| virtual | ~MatchCounter () |
| void | set_bounding_box (BoundingBox const &bb) |
| Use the same bounding box as the HitHasher / OccupiedSpaceHash. More... | |
| void | set_n_geometric_constraints (Size ngeomcsts) |
| void | set_uniform_xyz_bin_width (Real bin_width) |
| Give the same xyz bin witdh given to the HitHasher / OccupiedSpaceHash. More... | |
| void | set_uniform_euler_angle_bin_width (Real bin_width_degrees) |
| Give the same euler-angle bin witdh given to the HitHasher / OccupiedSpaceHash. More... | |
| void | set_xyz_bin_widths (Vector const &bin_widths) |
| Give the same xyz bin witdhs given to the HitHasher / OccupiedSpaceHash. More... | |
| void | set_euler_bin_widths (Vector const &euler_bin_widths) |
| Give the same euler-angle bin witdhs given to the HitHasher / OccupiedSpaceHash. More... | |
| void | initialize () |
| Call this after the bounding-box and the bin-widths have been set up. Must be called before "add_hits" it called. This initializes the SixDCoordinateBinner. More... | |
| void | add_hits (Size geomcst_id, std::list< Hit > const &hitlist) |
| Add hits from a list of hits for a particular geometric constraint. More... | |
| void | add_hits (Size geomcst_id, std::list< Hit const * > const &hitptrlist) |
| Add hit from the input list of hits for a particular geometric constraint. More... | |
| Size | count_n_matches () const |
| Possibly slow method to predict the total number of matches given a set of hits and a particular grid resolution. (The main function that this class provides). More... | |
Private Attributes | |
| BoundingBox | bb_ |
| Size | n_geom_csts_ |
| bool | initialized_ |
| utility::fixedsizearray1< Real, 3 > | xyz_bin_widths_ |
| utility::fixedsizearray1< Real, 3 > | euler_bin_widths_ |
| numeric::geometry::hashing::SixDCoordinateBinnerOP | binner_ |
| HitHash | hash_ |
Class for counting the number of matches given a particular discretization level.
Definition at line 236 of file MatchSet.hh.
| typedef numeric::geometry::hashing::Bin6D protocols::match::MatchCounter::Bin6D |
Definition at line 243 of file MatchSet.hh.
| typedef numeric::geometry::BoundingBox< Vector > protocols::match::MatchCounter::BoundingBox |
Definition at line 242 of file MatchSet.hh.
Definition at line 245 of file MatchSet.hh.
| typedef boost::unordered_map< boost::uint64_t, HitCounts, numeric::geometry::hashing::bin_index_hasher > protocols::match::MatchCounter::HitHash |
Definition at line 246 of file MatchSet.hh.
Definition at line 239 of file MatchSet.hh.
Definition at line 240 of file MatchSet.hh.
Definition at line 241 of file MatchSet.hh.
| protocols::match::MatchCounter::MatchCounter | ( | ) |
Definition at line 642 of file MatchSet.cc.
|
virtual |
Definition at line 643 of file MatchSet.cc.
Add hits from a list of hits for a particular geometric constraint.
Definition at line 699 of file MatchSet.cc.
References binner_, hash_, initialized_, and n_geom_csts_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
| void protocols::match::MatchCounter::add_hits | ( | Size | geomcst_id, |
| std::list< Hit const * > const & | hitptrlist | ||
| ) |
Add hit from the input list of hits for a particular geometric constraint.
Definition at line 717 of file MatchSet.cc.
References binner_, hash_, initialized_, and n_geom_csts_.
| MatchCounter::Size protocols::match::MatchCounter::count_n_matches | ( | ) | const |
Possibly slow method to predict the total number of matches given a set of hits and a particular grid resolution. (The main function that this class provides).
Definition at line 758 of file MatchSet.cc.
References protocols::match::advance_to_neighbor_bin(), binner_, hash_, initialized_, and n_geom_csts_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
| void protocols::match::MatchCounter::initialize | ( | ) |
Call this after the bounding-box and the bin-widths have been set up. Must be called before "add_hits" it called. This initializes the SixDCoordinateBinner.
hash based on halfbin widths.
Definition at line 737 of file MatchSet.cc.
References bb_, binner_, euler_bin_widths_, initialized_, and xyz_bin_widths_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
| void protocols::match::MatchCounter::set_bounding_box | ( | BoundingBox const & | bb) |
Use the same bounding box as the HitHasher / OccupiedSpaceHash.
Definition at line 646 of file MatchSet.cc.
References bb_, and initialized_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
| void protocols::match::MatchCounter::set_euler_bin_widths | ( | Vector const & | euler_bin_widths) |
Give the same euler-angle bin witdhs given to the HitHasher / OccupiedSpaceHash.
Definition at line 690 of file MatchSet.cc.
References euler_bin_widths_, and initialized_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
| void protocols::match::MatchCounter::set_n_geometric_constraints | ( | Size | ngeomcsts) |
Definition at line 655 of file MatchSet.cc.
References initialized_, and n_geom_csts_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
| void protocols::match::MatchCounter::set_uniform_euler_angle_bin_width | ( | Real | bin_width_degrees) |
Give the same euler-angle bin witdh given to the HitHasher / OccupiedSpaceHash.
Definition at line 671 of file MatchSet.cc.
References euler_bin_widths_, and initialized_.
| void protocols::match::MatchCounter::set_uniform_xyz_bin_width | ( | Real | bin_width) |
Give the same xyz bin witdh given to the HitHasher / OccupiedSpaceHash.
Definition at line 663 of file MatchSet.cc.
References initialized_, and xyz_bin_widths_.
| void protocols::match::MatchCounter::set_xyz_bin_widths | ( | Vector const & | bin_widths) |
Give the same xyz bin witdhs given to the HitHasher / OccupiedSpaceHash.
Definition at line 679 of file MatchSet.cc.
References initialized_, and xyz_bin_widths_.
Referenced by protocols::match::Matcher::predict_n_matches_for_hit_subsets().
|
private |
Definition at line 319 of file MatchSet.hh.
Referenced by initialize(), and set_bounding_box().
|
private |
Definition at line 327 of file MatchSet.hh.
Referenced by add_hits(), count_n_matches(), and initialize().
|
private |
Definition at line 325 of file MatchSet.hh.
Referenced by initialize(), set_euler_bin_widths(), and set_uniform_euler_angle_bin_width().
|
private |
Definition at line 328 of file MatchSet.hh.
Referenced by add_hits(), and count_n_matches().
|
private |
Definition at line 322 of file MatchSet.hh.
Referenced by add_hits(), count_n_matches(), initialize(), set_bounding_box(), set_euler_bin_widths(), set_n_geometric_constraints(), set_uniform_euler_angle_bin_width(), set_uniform_xyz_bin_width(), and set_xyz_bin_widths().
|
private |
Definition at line 321 of file MatchSet.hh.
Referenced by add_hits(), count_n_matches(), and set_n_geometric_constraints().
|
private |
Definition at line 324 of file MatchSet.hh.
Referenced by initialize(), set_uniform_xyz_bin_width(), and set_xyz_bin_widths().
1.8.4