|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "ciflib.h"
char *cifGetItemKeywordByIndex(const int dataBlockIndex,
const int categoryIndex,
const int itemKeywordIndex);
cifGetItemKeywordByIndex returns the item keyword identified by its index within the target category within the target data block. The category and data block are identified by their indices.
| dataBlockIndex | zero-based index of the target data block |
| categoryIndex | zero-based index of the target category |
| itemKeywordIndex | index of the keyword within the target category |
Returns an item keyword or a NULL value for failure.
| See also: | cifGetItemKeyword |
|---|