Go to the documentation of this file.
16 #ifndef INCLUDED_core_fragment_FragData_HH
17 #define INCLUDED_core_fragment_FragData_HH
32 #include <utility/vector1_bool.hh>
33 #include <utility/pointer/ReferenceCount.hh>
39 #include <utility/vector1.hh>
95 return data_[pos]->secstruct();
104 for (
Size pos=1; pos<=
size(); pos++ ) {
112 for (
Size pos=1; pos<=
size(); pos++ ) {
123 if ( pos <
data_.size() ) {
130 data_.push_back ( res );
140 virtual void show( std::ostream &out )
const;
141 virtual void show( std::ostream &out,
Frame const& )
const;