Go to the documentation of this file.
14 #ifndef INCLUDED_core_scoring_constraints_DOF_Constraint_hh
15 #define INCLUDED_core_scoring_constraints_DOF_Constraint_hh
24 #include <utility/pointer/ReferenceCount.hh>
25 #include <utility/exit.hh>
27 #include <utility/vector1.hh>
34 namespace constraints {
74 return func_->func( val );
81 return func_->dfunc( val );
88 virtual void show( std::ostream& out )
const {
89 out <<
"DOF_Constraint::show stubbed out!" << std::endl;