15 #ifndef INCLUDED_protocols_match_VoxelSetIterator_hh
16 #define INCLUDED_protocols_match_VoxelSetIterator_hh
26 #include <numeric/xyzVector.hh>
27 #include <numeric/geometry/BoundingBox.hh>
28 #include <numeric/geometry/hashing/SixDHasher.fwd.hh>
31 #include <utility/fixedsizearray1.hh>
32 #include <utility/FixedSizeLexicographicalIterator.hh>
53 typedef numeric::geometry::hashing::Size6
Size6;
54 typedef numeric::geometry::hashing::Bin6D
Bin6D;
59 Size3 const & n_xyz_bins,
60 Size3 const & n_euler_bins,
61 Real3 const & xyz_bin_widths,
62 Real3 const & euler_bin_widths,
63 Real3 const & xyz_bin_halfwidths,
64 Real3 const & euler_bin_halfwidths,
95 utility::FixedSizeLexicographicalIterator< 6 >
iter64_;