30 #include <ObjexxFCL/format.hh>
32 #include <utility/vector1.hh>
41 using namespace ObjexxFCL::fmt;
67 bool success = Parent::align( map );
68 for ( PosList::iterator it = pos_.begin(),
69 eit = pos_.end(); it!=eit && success; ++it ) {
70 Size newpos( map[ *it ] );
79 using namespace ObjexxFCL::fmt;
83 show_fragments( out );
87 using namespace ObjexxFCL::fmt;
92 std::istringstream line_stream( line );
93 while ( line_stream >> pos ) {
94 pos_.push_back( pos );
96 init_length( pos_.front(), pos_.back(), pos_.size() );
100 for ( PosList::const_iterator it = pos_.begin(),
101 eit = pos_.end(); it!=eit; ++it ) {
102 out << RJ( 3, *it ) <<
" ";