#include "ciflib.h"
CifSchema **cifConstructSchemas(int *numDataBlock)
cifConstructSchemas builds an array of schemas for each data block in the current active file.
| numDataBlock | An integer pointer to hold the number of data blocks in the current file |
A pointer to an array of CifSchema is returned if the operation is successful, or NULL failure. The number of data blocks found by the operation is returned in numDataBlock.
| See also: | cifConstructSchema |
|---|---|
| cifConstructSchemaByAlias | |
| cifFreeSchema | |
| cifPrintSchema | |
| cifConstructSchemasByAlias | |
| cifFreeSchemas | |
| cifPrintSchemas |