[ FilterKit | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
bool | MolName; |
bool | PartNum; |
bool | Score2; |
bool | Size; |
int | ReadParamsLine(const char *line); |
int | MakeParamsLine(); |
int | ReadFileLine(char *line, vector<MyTrans *> *trans); |
protected: |
Back to the top of FileReader
Copyright: SAMBA group, Tel-Aviv Univ. Israel, 1999.
Back to the top of FileReader
Back to the top of FileReader
Back to the top of FileReader
bool MolName;
indicates which fields are in use.
bool MolName;
Back to the top of FileReader
bool PartNum;
is PartNumber field in use?
bool PartNum;
Back to the top of FileReader
bool Score2;
is Score2 field in use.
bool Score2;
Back to the top of FileReader
bool Size;
is Size field in use.
bool Size;
Back to the top of FileReader
int ReadParamsLine(const char *line);
read the PARAMS line of the input file and init fields accordingly
int ReadParamsLine(const char *line);
Back to the top of FileReader
int MakeParamsLine();
creates a new params line for the output file using the fields values.
int MakeParamsLine();
Back to the top of FileReader
int ReadFileLine(char *line, vector<MyTrans *> *trans);
process a line of input, return 1 if END was encountered,
// terminate process if TERMINATE was encountered
int ReadFileLine(char *line, vector<MyTrans *> *trans);
Back to the top of FileReader
public: | ||
---|---|---|
bool | MolName; | |
bool | PartNum; | |
bool | Score2; | |
bool | Size; | |
int | ReadParamsLine(const char *line); | |
int | MakeParamsLine(); | |
int | ReadFileLine(char *line, vector<MyTrans *> *trans); | |
protected: |
Back to the top of FileReader
Back to the top of FileReader
Back to the top of FileReader
Report problems to jkotula@unimax.com