Clustering de Proteine
|
#include <protein.h>
Public Member Functions | |
Protein () | |
unsigned int | getNbAtome () |
Atom & | at (int i) |
char | getchainID () |
void | write (std::ostream &out) const |
void | process_line (const char *line) |
void | setID (int id) |
int | getID () |
Protein::Protein | ( | ) |
Atom & Protein::at | ( | int | i) |
char Protein::getchainID | ( | ) |
int Protein::getID | ( | ) |
unsigned int Protein::getNbAtome | ( | ) |
void Protein::process_line | ( | const char * | line) |
void Protein::setID | ( | int | id) |
void Protein::write | ( | std::ostream & | out) | const |