plastimatch
Loading...
Searching...
No Matches
slice_extract.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _slice_extract_h
5#define _slice_extract_h
6
7#include "plmbase_config.h"
8#include "itkImage.h"
9#include "itk_image_type.h"
10
11template<class T> PLMBASE_API
12typename itk::Image<typename T::ObjectType::PixelType,2>::Pointer slice_extract (T in_img, int slice_no);
13
14PLMBASE_API UCharVecImage2DType::Pointer slice_extract (UCharVecImageType::Pointer, int);
15
16#endif
#define PLMBASE_API
Definition: plmbase_config.h:19
itk::Image< typenameT::ObjectType::PixelType, 2 >::Pointer slice_extract(T in_img, int slice_no)
Definition: slice_extract.cxx:15