Maximum Acyclic Subgraph - Multiple Sequence Alignment
MaximumAcyclicSubgraph
Public Member Functions | Public Attributes | List of all members
Node Class Reference
Collaboration diagram for Node:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const Node &a)
 operator "==" to compare the indices of two Nodes
 
 Node (unsigned int i, unsigned int j, string kmer)
 

Public Attributes

unsigned int i
 the index of the row/sequence
 
unsigned int j
 the index of the node
 
string kmer
 the string of the node
 
vector< Node * > adjNodes
 the nodes that match with this node in the following sequence
 

The documentation for this class was generated from the following files: