33 #include <utility/vector1.fwd.hh>
34 #include <basic/Tracer.hh>
36 #include <utility/vector1.hh>
40 namespace ObjexxFCL {
namespace fmt { } }
using namespace ObjexxFCL::fmt;
47 static basic::Tracer
tr(
"core.fragment");
70 ss[ seqpos - 1 ] = secstruct();
76 Parent::steal( pose, seqpos );
78 tr.Trace <<
"steal secstructur " << secstruct_ <<
" at position " << seqpos << std::endl;
92 void SecstructSRFD::show( std::ostream &out )
const {
93 using namespace ObjexxFCL::fmt;
95 out << sequence() <<
' ' << secstruct() <<
' ';
98 void SecstructSRFD::read_data( std::istream &in ) {
99 Parent::read_data( in );
101 in >> c >> secstruct_;