ARB
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
PositionPair Struct Reference
Collaboration diagram for PositionPair:
Collaboration graph
[legend]

Public Member Functions

 PositionPair ()
 
 PositionPair (int begin_, int end_)
 
int length () const
 
bool overlapsWith (const PositionPair &other) const
 

Public Attributes

int begin
 
int end
 

Static Public Attributes

static int genome_length = 0
 

Detailed Description

Definition at line 55 of file arb_gene_probe.cxx.

Constructor & Destructor Documentation

PositionPair::PositionPair ( )
inline

Definition at line 69 of file arb_gene_probe.cxx.

PositionPair::PositionPair ( int  begin_,
int  end_ 
)
inline

Definition at line 70 of file arb_gene_probe.cxx.

Member Function Documentation

int PositionPair::length ( ) const
inline

Definition at line 76 of file arb_gene_probe.cxx.

Referenced by GenePositionMap::announceGene().

bool PositionPair::overlapsWith ( const PositionPair other) const
inline

Definition at line 78 of file arb_gene_probe.cxx.

References begin, and end.

Referenced by GenePositionMap::announceGene().

Member Data Documentation

int PositionPair::begin
int PositionPair::end
int PositionPair::genome_length = 0
static

Definition at line 59 of file arb_gene_probe.cxx.


The documentation for this struct was generated from the following file: