|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "ciflib.h"
char *cifGetItemName(const char *dataBlockName,
const char *categoryName,
const int itemIndex);
cifGetItemName returns the item name identified by its index within the target category within the target data block.
| dataBlockName | name of the target data block |
| categoryName | name of the target category |
| itemIndex | zero-based index of the item within the target category |
Returns an item keyword or a NULL value for failure.
| See also: | cifGetItemNameByIndex |
|---|