Go to the source code of this file.
|
EXTERNC void | itk_image_get_props (const std::string &fileName, int *num_dimensions, itk::ImageIOBase::IOPixelType *pixel_type, itk::ImageIOBase::IOComponentType *component_type, int *num_components) |
|
template<class T > |
void | get_image_header (plm_long dim[3], float offset[3], float spacing[3], T image) |
|
template<class T > |
void | itk_image_get_volume_header (Volume_header *vh, T image) |
|
template<class T > |
void | itk_image_set_header (T image, const Plm_image_header *pih) |
|
template<class T > |
void | itk_image_set_header (T image, const Plm_image_header &pih) |
|
template<class T , class U > |
void | itk_image_header_copy (T dest, U src) |
|
template<class T > |
void | itk_volume_center (float center[3], const T image) |
|
template<class T > |
T | itk_image_fix_negative_spacing (T img) |
|
◆ IndexType
◆ OriginType
◆ RegionType
◆ SizeType
◆ SpacingType
◆ UCharVecType
typedef itk::VariableLengthVector<unsigned char> UCharVecType |
◆ get_image_header()
template<class T >
void get_image_header |
( |
plm_long | dim[3], |
|
|
float | offset[3], |
|
|
float | spacing[3], |
|
|
T | image ) |
◆ itk_image_fix_negative_spacing()
template<class T >
T itk_image_fix_negative_spacing |
( |
T | img | ) |
|
◆ itk_image_get_props()
EXTERNC void itk_image_get_props |
( |
const std::string & | fileName, |
|
|
int * | num_dimensions, |
|
|
itk::ImageIOBase::IOPixelType * | pixel_type, |
|
|
itk::ImageIOBase::IOComponentType * | component_type, |
|
|
int * | num_components ) |
◆ itk_image_get_volume_header()
◆ itk_image_header_copy()
template<class T , class U >
void itk_image_header_copy |
( |
T | dest, |
|
|
U | src ) |
◆ itk_image_set_header() [1/2]
◆ itk_image_set_header() [2/2]
◆ itk_volume_center()
template<class T >
void itk_volume_center |
( |
float | center[3], |
|
|
const T | image ) |