plastimatch
Loading...
Searching...
No Matches
itk_image_create.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _itk_image_create_h_
5#define _itk_image_create_h_
6
7#include "plmbase_config.h"
8#include "itkImage.h"
9
11
12/* -----------------------------------------------------------------------
13 Function prototypes
14 ----------------------------------------------------------------------- */
15template<class T> PLMBASE_API typename itk::Image<T,3>::Pointer
17 const Plm_image_header& pih
18);
19
20#endif
The Plm_image_header class defines the geometry of an image. It defines image origin,...
Definition plm_image_header.h:24
itk::Image< T, 3 >::Pointer itk_image_create(const Plm_image_header &pih)
Definition itk_image_create.cxx:16
#define PLMBASE_API
Definition plmbase_config.h:19