#include <protocols/match/MatchSet.hh>
#include <core/graph/DisjointSets.hh>
#include <utility/LexicographicalIterator.hh>
#include <utility/FixedSizeLexicographicalIterator.hh>
#include <utility/FixedSizeLexicographicalIterator.tmpl.hh>
#include <protocols/match/Hit.hh>
#include <utility/vector1.hh>
#include <set>
Go to the source code of this file.
|
| core::Size | protocols::match::advance_to_neighbor_bin (Real6 orig_point, Real6 steps, numeric::geometry::hashing::SixDCoordinateBinner const &binner, numeric::geometry::hashing::Bin6D &next_bin) |
| | Non-member function that handles the logic for finding a nearby bin in 6D when taking a step of a specified size from an existing bin. More...
|
| |
| numeric::geometry::hashing::Real3 | protocols::match::advance_euler_angles (numeric::geometry::hashing::Real3 const &orig_angles, numeric::geometry::hashing::Real3 const &offsets) |
| | Increment the euler angles and then wrap them into their appropriate ranges. More...
|
| |