1 #ifndef LOCARNA_ALIGNER_RESTRICTION
2 #define LOCARNA_ALIGNER_RESTRICTION
134 inline std::ostream &
Restricts range of an alignment in Aligner.
Definition: aligner_restriction.hh:26
size_t startA() const
Definition: aligner_restriction.hh:50
void set_startA(size_t p)
Definition: aligner_restriction.hh:90
size_t startB() const
Definition: aligner_restriction.hh:70
size_t endB() const
Definition: aligner_restriction.hh:80
void set_endB(size_t p)
Definition: aligner_restriction.hh:120
void set_endA(size_t p)
Definition: aligner_restriction.hh:100
void set_startB(size_t p)
Definition: aligner_restriction.hh:110
AlignerRestriction(int startA, int startB, int endA, int endB)
end position in B
Definition: aligner_restriction.hh:41
size_t endA() const
Definition: aligner_restriction.hh:60
Definition: aligner.cc:15
std::ostream & operator<<(std::ostream &out, const AlignerRestriction &r)
Definition: aligner_restriction.hh:135