Scaffolding  0.1
This program can assemble genome scaffolds using the pairing information in paired-end reads.
Public Member Functions | Public Attributes | Friends | List of all members
PathsAndCycles Struct Reference

Public Member Functions

 PathsAndCycles (const unsigned _p=0, const unsigned _c=0)
 
 operator size_t () const
 
PathsAndCycles operator+ (const PathsAndCycles &pc) const
 
PathsAndCyclesoperator+= (const PathsAndCycles &pc)
 
PathsAndCycles operator- (const PathsAndCycles &pc) const
 
PathsAndCyclesoperator-= (const PathsAndCycles &pc)
 
bool operator<= (const PathsAndCycles &pc) const
 
bool operator< (const PathsAndCycles &pc) const
 
bool operator== (const PathsAndCycles &pc) const
 
bool operator!= (const PathsAndCycles &pc) const
 

Public Attributes

unsigned p
 
unsigned c
 

Friends

std::ostream & operator<< (std::ostream &os, const PathsAndCycles &pc)
 

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