|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "ciflib.h"
char **cifGetCategoryKeys(const char *dataBlockName,
const char *categoryName,
int *numKey)
cifGetCategoryKeys returns an array of key item names and the number of keys for the named category within the named data block.
| dataBlockName | name of the target data block |
| categoryName | name of the target category |
| numKey | an integer pointer to hold the number of keys |
Returns an array of key item names or a NULL value for failure. If the operation is successful the number of keys is returned in numKey.
| See also: | cifGetCategoryKeysByIndex |
|---|