#include <gnProteinSequence.h>
Inheritance diagram for gnProteinSequence::
Public Methods | |
gnProteinSequence () | |
Empty Constructor, creates an empty gnProteinSequence. More... | |
gnProteinSequence (const gnSeqC *seq) | |
Creates a gnProteinSequence with a single contig containing the bases in "seq". More... | |
gnProteinSequence (const string &str) | |
Creates a gnProteinSequence with a single contig containing the bases in "str". More... | |
gnProteinSequence (const gnGenomeSpec &gngs) | |
Creates a gnProteinSequence with the contigs stored in "gngs". More... | |
gnProteinSequence (const gnFragmentSpec &gnfs) | |
Creates a gnProteinSequence with the contigs stored in "gnfs". More... | |
gnProteinSequence (const gnContigSpec &gncs) | |
Creates a gnProteinSequence with the contigs stored in "gncs". More... | |
gnProteinSequence (gnSeqC *bases, const gnSeqI length) | |
Creates a gnProteinSequence with a single contig containing the bases in "bases". More... | |
gnProteinSequence (const gnProteinSequence &seq) | |
Copies the gnProteinSequence "seq". More... | |
Private Attributes | |
gnGenomeSpec* | spec |
list<const gnBaseFilter*> | filter_list |
const gnCompare* | comparator |
Definition at line 29 of file gnProteinSequence.h.
|
Empty Constructor, creates an empty gnProteinSequence.
Definition at line 79 of file gnProteinSequence.h. |
|
Creates a gnProteinSequence with a single contig containing the bases in "seq".
Definition at line 84 of file gnProteinSequence.h. |
|
Creates a gnProteinSequence with a single contig containing the bases in "str".
Definition at line 89 of file gnProteinSequence.h. |
|
Creates a gnProteinSequence with the contigs stored in "gngs".
Definition at line 94 of file gnProteinSequence.h. |
|
Creates a gnProteinSequence with the contigs stored in "gnfs".
Definition at line 99 of file gnProteinSequence.h. |
|
Creates a gnProteinSequence with the contigs stored in "gncs".
Definition at line 104 of file gnProteinSequence.h. |
|
Creates a gnProteinSequence with a single contig containing the bases in "bases".
Definition at line 109 of file gnProteinSequence.h. |
|
Copies the gnProteinSequence "seq".
Definition at line 114 of file gnProteinSequence.h. |
|
Reimplemented from gnSequence. Definition at line 75 of file gnProteinSequence.h. |
|
Reimplemented from gnSequence. Definition at line 74 of file gnProteinSequence.h. |
|
Reimplemented from gnSequence. Definition at line 73 of file gnProteinSequence.h. |