#include <gnDNASequence.h>
Inheritance diagram for gnDNASequence:


Public Member Functions | |
| gnDNASequence (const gnDNASequence &seq) | |
| Copies the gnDNASequence "seq". | |
| gnDNASequence (gnSeqC *bases, const gnSeqI length) | |
| Creates a gnDNASequence with a single contig containing the bases in "bases". | |
| gnDNASequence (const gnContigSpec &gncs) | |
| Creates a gnDNASequence with the contigs stored in "gncs". | |
| gnDNASequence (const gnFragmentSpec &gnfs) | |
| Creates a gnDNASequence with the contigs stored in "gnfs". | |
| gnDNASequence (const gnGenomeSpec &gngs) | |
| Creates a gnDNASequence with the contigs stored in "gngs". | |
| gnDNASequence (const string &str) | |
| Creates a gnDNASequence with a single contig containing the bases in "str". | |
| gnDNASequence (const gnSeqC *seq) | |
| Creates a gnDNASequence with a single contig containing the bases in "seq". | |
| gnDNASequence () | |
| Empty Constructor, creates an empty gnDNASequence. | |
Private Attributes | |
| const gnCompare * | comparator |
| list< const gnBaseFilter * > | filter_list |
| gnGenomeSpec * | spec |
Definition at line 27 of file gnDNASequence.h.
|
|
Empty Constructor, creates an empty gnDNASequence.
Definition at line 77 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), and filter_list. |
|
|
Creates a gnDNASequence with a single contig containing the bases in "seq".
Definition at line 82 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), filter_list, and gnSeqC. |
|
|
Creates a gnDNASequence with a single contig containing the bases in "str".
Definition at line 87 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), and filter_list. |
|
|
Creates a gnDNASequence with the contigs stored in "gngs".
Definition at line 92 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), and filter_list. |
|
|
Creates a gnDNASequence with the contigs stored in "gnfs".
Definition at line 97 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), and filter_list. |
|
|
Creates a gnDNASequence with the contigs stored in "gncs".
Definition at line 102 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), and filter_list. |
|
||||||||||||
|
Creates a gnDNASequence with a single contig containing the bases in "bases".
Definition at line 107 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), filter_list, gnSeqC, and gnSeqI. |
|
|
Copies the gnDNASequence "seq".
Definition at line 112 of file gnDNASequence.h. References comparator, gnCompare::DNASeqCompare(), and filter_list. |
|
|
Reimplemented from gnSequence. Definition at line 73 of file gnDNASequence.h. Referenced by gnDNASequence(). |
|
|
Reimplemented from gnSequence. Definition at line 72 of file gnDNASequence.h. Referenced by gnDNASequence(). |
|
|
Reimplemented from gnSequence. Definition at line 71 of file gnDNASequence.h. |
1.3.6