18 #ifndef INCLUDED_core_scoring_constraints_BoundConstraint_hh
19 #define INCLUDED_core_scoring_constraints_BoundConstraint_hh
26 #include <basic/basic.hh>
39 namespace constraints {
94 basic::periodic_range(lb, periodicity_in),
95 basic::periodic_range(ub,periodicity_in),
189 #ifndef INCLUDED_core_scoring_constraints_BoundConstraint_hh
190 #define INCLUDED_core_scoring_constraints_BoundConstraint_hh
197 #include <basic/basic.hh>
210 namespace constraints {
213 class BoundFunc :
public Func {
253 class PeriodicBoundFunc :
public BoundFunc
263 basic::periodic_range(lb, periodicity_in),
264 basic::periodic_range(ub,periodicity_in),
298 class OffsetPeriodicBoundFunc :
public BoundFunc