#include <string.h>
#include <math.h>
#include <stdarg.h>
#include <fcntl.h>
#include "cmaplib.h"
#include "cmap_header.h"
#include "cmap_labels.h"
#include "cmap_errno.h"
Functions | |
CMMFile * | init_cmap_read (void) |
CMMFile * | init_cmap_write (void) |
int | is_cmap (CCP4File *file) |
void * | ccp4_cmap_open (const char *filename, int mode) |
|
The file is opened.
|
|
Internal: malloc CMMFile struct for reading into
|
|
Internal: malloc CMMFile struct for writing
|
|
Internal: Identify file as a ccp4 format map
|