plastimatch
|
#include "plmbase_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "file_util.h"
#include "mha_io.h"
#include "plm_endian.h"
#include "plm_fwrite.h"
#include "print_and_exit.h"
#include "string_util.h"
#include "volume.h"
Macros | |
#define | LINELEN 512 |
Functions | |
static void | write_mha_internal (const char *filename, const Volume *vol) |
static Volume * | read_mha_internal (const char *filename) |
void | write_mha (const char *filename, const Volume *vol) |
Volume * | read_mha (const char *filename) |
#define LINELEN 512 |
Volume * read_mha | ( | const char * | filename | ) |
|
static |
void write_mha | ( | const char * | filename, |
const Volume * | vol ) |
|
static |