plastimatch
|
#include "plmbase_config.h"
#include "compiler_warnings.h"
#include "itk_image.h"
#include "metadata.h"
#include "plm_image_type.h"
#include "smart_pointer.h"
#include "volume.h"
Go to the source code of this file.
Classes | |
class | Plm_image |
The Plm_image class represents a three-dimensional volume. The volume is an abstraction that can contain a volume in either native format (Volume), or ITK format (itk::Image), in any type (unsigned char, float, etc.), or in several commonly used extensions () More... | |
Functions | |
Plm_image::Pointer | plm_image_load (const char *fname, Plm_image_type type) |
Plm_image::Pointer | plm_image_load (const std::string &fname, Plm_image_type type) |
Plm_image::Pointer | plm_image_load_native (const char *fname) |
Plm_image::Pointer | plm_image_load_native (const std::string &fname) |
Plm_image::Pointer plm_image_load | ( | const char * | fname, |
Plm_image_type | type ) |
Plm_image::Pointer plm_image_load | ( | const std::string & | fname, |
Plm_image_type | type ) |
Plm_image::Pointer plm_image_load_native | ( | const char * | fname | ) |
Plm_image::Pointer plm_image_load_native | ( | const std::string & | fname | ) |