|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "cifparse.h"
int ndb_cif_get_datablock_id(CifHandle *cf,
const char * datablockName);
ndb_cif_get_datablock_id returns the datablock number of the datablock specified by datablockName in the CifHandle data structure specified by cf.
| cf | pointer to the CifHandle data structure |
| datablockName | identifies the datablock |
Returns the number of the datablock or 0 upon failure.
| See also: | ndb_cif_get_category_id |
|---|---|
| ndb_cif_get_column_id |