Clustering de Proteine
|
#include <model.h>
Public Member Functions | |
Model (int id) | |
unsigned int | getNbProteine () |
Protein & | at (int i) |
void | processLineModel (const char *line) |
void | write (std::ostream &out) const |
Model::Model | ( | int | id) |
Protein & Model::at | ( | int | i) |
unsigned int Model::getNbProteine | ( | ) |
void Model::processLineModel | ( | const char * | line) |
void Model::write | ( | std::ostream & | out) | const |