plastimatch
Loading...
Searching...
No Matches
plm_image_type.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _plm_image_type_h_
5#define _plm_image_type_h_
6
7#include "plmbase_config.h"
8#include <string>
9
10/* We only deal with these kinds of images. */
34};
35
36PLMBASE_API Plm_image_type plm_image_type_parse (const std::string& string);
40
41#endif
char * plm_image_type_string(Plm_image_type type)
Definition: plm_image_type.cxx:64
Plm_image_type plm_image_type_parse(const std::string &string)
Definition: plm_image_type.cxx:9
Plm_image_type
Definition: plm_image_type.h:11
@ PLM_IMG_TYPE_GPUIT_FLOAT
Definition: plm_image_type.h:30
@ PLM_IMG_TYPE_ITK_UCHAR_VEC
Definition: plm_image_type.h:24
@ PLM_IMG_TYPE_ITK_CHAR
Definition: plm_image_type.h:14
@ PLM_IMG_TYPE_GPUIT_LIST
Definition: plm_image_type.h:32
@ PLM_IMG_TYPE_ITK_DOUBLE
Definition: plm_image_type.h:22
@ PLM_IMG_TYPE_GPUIT_UINT32
Definition: plm_image_type.h:28
@ PLM_IMG_TYPE_GPUIT_UCHAR
Definition: plm_image_type.h:25
@ PLM_IMG_TYPE_ITK_FLOAT
Definition: plm_image_type.h:21
@ PLM_IMG_TYPE_GPUIT_UINT16
Definition: plm_image_type.h:26
@ PLM_IMG_TYPE_ITK_SHORT
Definition: plm_image_type.h:16
@ PLM_IMG_TYPE_ITK_FLOAT_FIELD
Definition: plm_image_type.h:23
@ PLM_IMG_TYPE_GPUIT_INT32
Definition: plm_image_type.h:29
@ PLM_IMG_TYPE_ITK_UINT64
Definition: plm_image_type.h:19
@ PLM_IMG_TYPE_GPUIT_UCHAR_VEC
Definition: plm_image_type.h:33
@ PLM_IMG_TYPE_UNDEFINED
Definition: plm_image_type.h:12
@ PLM_IMG_TYPE_ITK_LONG
Definition: plm_image_type.h:18
@ PLM_IMG_TYPE_GPUIT_SHORT
Definition: plm_image_type.h:27
@ PLM_IMG_TYPE_ITK_INT64
Definition: plm_image_type.h:20
@ PLM_IMG_TYPE_GPUIT_FLOAT_FIELD
Definition: plm_image_type.h:31
@ PLM_IMG_TYPE_ITK_UCHAR
Definition: plm_image_type.h:13
@ PLM_IMG_TYPE_ITK_USHORT
Definition: plm_image_type.h:15
@ PLM_IMG_TYPE_ITK_ULONG
Definition: plm_image_type.h:17
char * plm_image_type_string_simple(Plm_image_type type)
Definition: plm_image_type.cxx:117
#define PLMBASE_API
Definition: plmbase_config.h:19