14 #ifndef INCLUDED_core_sequence_SequenceAlignment_hh
15 #define INCLUDED_core_sequence_SequenceAlignment_hh
24 #include <boost/functional/hash.hpp>
27 #include <utility/vector1_bool.hh>
28 #include <utility/pointer/ReferenceCount.hh>
39 #include <utility/vector1.hh>
85 std::map< std::string, core::Real >
scores()
const;
86 void scores( std::map< std::string, core::Real > new_scores );
163 if (
size() != other.
size() )
return false;
212 boost::hash_combine(h, alignment.
sequence(i)->sequence());