ProtSequence

Container for a protein sequence.

[ Lib_General64 | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class ProtSequence
: public vector< RESIDUE_INDEX>
{
public:
ProtSequence(const char* desc,const char* filename);
static vector< ProtSequence> readFASTA(istream& i_stream,const char * i_file);
static vector< ProtSequence> readFASTA(const char * i_file) ;
string getFileName()const ;
string getDesc()const ;
string getMolType()const ;
void setMolType(const string type) ;
friend ostream& operator<<(ostream& s, const ProtSequence& ps);
protected:
}; // ProtSequence

Back to the top of ProtSequence


AUTHORS

Copyright: SAMBA group, Tel-Aviv Univ. Israel, 2003.

Back to the top of ProtSequence


CHANGES LOG

Back to the top of ProtSequence


GOALS

Back to the top of ProtSequence


USAGE

Back to the top of ProtSequence


ProtSequence(const char* desc,const char* filename);

  ProtSequence(const char* desc,const char* filename);

Function is currently defined inline.


Back to the top of ProtSequence


vector< ProtSequence> readFASTA(istream& i_stream,const char * i_file);

  static vector< ProtSequence> readFASTA(istream& i_stream,const char * i_file);

Back to the top of ProtSequence


vector< ProtSequence> readFASTA(const char * i_file) ;

  static vector< ProtSequence> readFASTA(const char * i_file)                              ;

Function is currently defined inline.


Back to the top of ProtSequence


string getFileName()const ;

  string getFileName()const                    
;

Function is currently defined inline.


Back to the top of ProtSequence


string getDesc()const ;

  string getDesc()const                
;

Function is currently defined inline.


Back to the top of ProtSequence


string getMolType()const ;

  string getMolType()const                    
;

Function is currently defined inline.


Back to the top of ProtSequence


void setMolType(const string type) ;

  void setMolType(const string type)                    
;

Function is currently defined inline.


Back to the top of ProtSequence


friend ostream& operator<<(ostream& s, const ProtSequence& ps);

  friend ostream& operator<<(ostream& s, const ProtSequence& ps);

Back to the top of ProtSequence


All Members

public:
static vector< ProtSequence> readFASTA(istream& i_stream,const char * i_file);
static vector< ProtSequence> readFASTA(const char * i_file) ;
string getFileName()const ;
string getDesc()const ;
string getMolType()const ;
void setMolType(const string type) ;
friend ostream& operator<<(ostream& s, const ProtSequence& ps);
protected:

Back to the top of ProtSequence


Ancestors

Inheritance chain for ProtSequence:

Back to the top of ProtSequence


Descendants

Class is not inherited by any others.

Back to the top of ProtSequence


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:30 2010 .

Report problems to jkotula@unimax.com