plastimatch
Loading...
Searching...
No Matches
mha_io.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _mha_io_h_
5#define _mha_io_h_
6
7#include "plmbase_config.h"
8
9class Volume;
10
12PLMBASE_C_API void write_mha (const char* filename, const Volume* vol);
13
14#endif
Definition pointset.h:15
The Volume class represents a three-dimensional volume on a uniform grid. The volume can be located a...
Definition volume.h:38
EXTERNC Volume * read_mha(const char *filename)
Definition mha_io.cxx:254
EXTERNC void write_mha(const char *filename, const Volume *vol)
Definition mha_io.cxx:248
#define PLMBASE_C_API
Definition plmbase_config.h:18