BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioPdbHeader.h>
Public Member Functions | |
BioPdbHeader (const string &head_) | |
void | showHeader (ostream &=cout) |
string | getClassification () |
string | getDepositedDate () |
string | getPdbId () |
bool | findHeader (const string &) |
string | getDepositedMonth () |
int | getDepositedDay () |
int | getDepositedYear () |
BioPdbHeader::BioPdbHeader | ( | const string & | head_ | ) |
bool BioPdbHeader::findHeader | ( | const string & | ) |
string BioPdbHeader::getClassification | ( | ) |
string BioPdbHeader::getDepositedDate | ( | ) |
int BioPdbHeader::getDepositedDay | ( | ) |
string BioPdbHeader::getDepositedMonth | ( | ) |
int BioPdbHeader::getDepositedYear | ( | ) |
string BioPdbHeader::getPdbId | ( | ) |
void BioPdbHeader::showHeader | ( | ostream & | = cout | ) |