26 #include <ObjexxFCL/FArray2D.hh>
28 #include <utility/vector1.hh>
53 ObjexxFCL::FArray2D< core::PackerEnergy > & energy_table
56 using namespace conformation;
57 using namespace numeric;
64 Vector const & ii_coord( ii_example_rotamer.atom( ii_example_rotamer.type().nbr_atom() ).
xyz());
65 Real const ii_radius( ii_example_rotamer.type().nbr_radius() );
70 Vector const & jj_coord( jj_example_rotamer.atom( jj_example_rotamer.type().nbr_atom() ).
xyz());
71 Real const jj_radius( jj_example_rotamer.type().nbr_radius() );
75 Size const kk_rot_id = ii_offset + kk - 1;
77 Size const ll_rot_id = jj_offset + ll - 1;