#include <gnDNASequence.h>
Inheritance diagram for gnDNASequence::
Public Methods | |
gnDNASequence () | |
Empty Constructor, creates an empty gnDNASequence. More... | |
gnDNASequence (const gnSeqC *seq) | |
Creates a gnDNASequence with a single contig containing the bases in "seq". More... | |
gnDNASequence (const string &str) | |
Creates a gnDNASequence with a single contig containing the bases in "str". More... | |
gnDNASequence (const gnGenomeSpec &gngs) | |
Creates a gnDNASequence with the contigs stored in "gngs". More... | |
gnDNASequence (const gnFragmentSpec &gnfs) | |
Creates a gnDNASequence with the contigs stored in "gnfs". More... | |
gnDNASequence (const gnContigSpec &gncs) | |
Creates a gnDNASequence with the contigs stored in "gncs". More... | |
gnDNASequence (gnSeqC *bases, const gnSeqI length) | |
Creates a gnDNASequence with a single contig containing the bases in "bases". More... | |
gnDNASequence (const gnDNASequence &seq) | |
Copies the gnDNASequence "seq". More... | |
Private Attributes | |
gnGenomeSpec* | spec |
list<const gnBaseFilter*> | filter_list |
const gnCompare* | comparator |
Definition at line 28 of file gnDNASequence.h.
|
Empty Constructor, creates an empty gnDNASequence.
Definition at line 78 of file gnDNASequence.h. |
|
Creates a gnDNASequence with a single contig containing the bases in "seq".
Definition at line 83 of file gnDNASequence.h. |
|
Creates a gnDNASequence with a single contig containing the bases in "str".
Definition at line 88 of file gnDNASequence.h. |
|
Creates a gnDNASequence with the contigs stored in "gngs".
Definition at line 93 of file gnDNASequence.h. |
|
Creates a gnDNASequence with the contigs stored in "gnfs".
Definition at line 98 of file gnDNASequence.h. |
|
Creates a gnDNASequence with the contigs stored in "gncs".
Definition at line 103 of file gnDNASequence.h. |
|
Creates a gnDNASequence with a single contig containing the bases in "bases".
Definition at line 108 of file gnDNASequence.h. |
|
Copies the gnDNASequence "seq".
Definition at line 113 of file gnDNASequence.h. |
|
Reimplemented from gnSequence. Definition at line 74 of file gnDNASequence.h. |
|
Reimplemented from gnSequence. Definition at line 73 of file gnDNASequence.h. |
|
Reimplemented from gnSequence. Definition at line 72 of file gnDNASequence.h. |