#include <molfile_plugin.h>
Public Attributes | |
char | database [81] |
char | accession [81] |
char | date [81] |
char | title [81] |
int | remarklen |
char * | remarks |
Definition at line 52 of file molfile_plugin.h.
|
database accession code, if any Definition at line 54 of file molfile_plugin.h. Referenced by open_pdb_read, and pdb_read. |
|
database of origin, if any Definition at line 53 of file molfile_plugin.h. Referenced by open_pdb_read, and pdb_read. |
|
date/time stamp for this data Definition at line 55 of file molfile_plugin.h. Referenced by open_pdb_read, and pdb_read. |
|
length of remarks string Definition at line 57 of file molfile_plugin.h. Referenced by open_bgf_read, open_pdb_read, and pdb_read. |
|
free-form remarks about data Definition at line 58 of file molfile_plugin.h. Referenced by close_bgf_read, close_pdb_read, open_bgf_read, open_pdb_read, and pdb_read. |
|
brief title for this data Definition at line 56 of file molfile_plugin.h. |