|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "ciflib.h"
int cifGetCategoryIndex(const char *datablockName,
const char *categoryName)
cifGetCategoryIndex returns the category index of the target category within the target datablock. Both the category and data block are identified by name.
| dataBlockName | name of the target data block |
| categoryName | name of the target category |
Returns a category index or a value of -1 for failure.
None