cgatools::mapping::GapEst::SequenceRetriever Class Reference

Retrieves sequence at a given offset from the end of the clone. More...

#include <GapsEstimator.hpp>

Inheritance diagram for cgatools::mapping::GapEst::SequenceRetriever:
cgatools::mapping::GapEst::NoCallSequenceRetriever cgatools::mapping::GapEst::TemplateSequenceRetriever< TSequence >

List of all members.

Public Types

typedef boost::array< char,
WOBBLE_SEQUENCE_BASE_COUNT > 
Sequence

Public Member Functions

virtual void getSequence (Sequence &seq, int cloneEndOffset, int sequenceLength) const =0
 Store in seq the sequence starting at cloneEndOffset from the end of the clone, working towards the mate gap sequenceLength bases.

Static Public Attributes

static const size_t WOBBLE_SEQUENCE_BASE_COUNT = 10

Detailed Description

Retrieves sequence at a given offset from the end of the clone.


Member Function Documentation

virtual void cgatools::mapping::GapEst::SequenceRetriever::getSequence ( Sequence &  seq,
int  cloneEndOffset,
int  sequenceLength 
) const [pure virtual]

Store in seq the sequence starting at cloneEndOffset from the end of the clone, working towards the mate gap sequenceLength bases.

Implemented in cgatools::mapping::GapEst::NoCallSequenceRetriever, and cgatools::mapping::GapEst::TemplateSequenceRetriever< TSequence >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated by  doxygen 1.6.2