33 #include <utility/pointer/ReferenceCount.hh>
41 #include <utility/vector1.hh>
52 parent( filter_name, coordinate_cacher ),
55 std::cout <<
"Created UpstreamDownstreamCollisionFilter" << std::endl;
65 Size count_atoms( 0 );
70 for (
Size jj = 1; jj <= ii_natoms; ++jj ) {
79 for (
Size jj = 1; jj <= ii_natoms; ++jj ) {
106 runtime_assert(
dsbuilders_.size() >= geomcst_id && geomcst_id > 0 );
117 for (
Size ii = 1; ii <= m.size(); ++ii ) {
142 if (
bump_grid()->required_separation_distance(
153 using namespace core;
154 using namespace core::conformation;
155 using namespace core::pose;
164 using namespace core::scoring;
177 if ( energy >
lj_cutoff() )
return false;