plastimatch
Loading...
Searching...
No Matches
itk_image_clone.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_clone_h_
5#define _itk_image_clone_h_
6
7#include "plmbase_config.h"
8#include "itk_image_type.h"
9
10/* -----------------------------------------------------------------------
11 Function prototypes
12 ----------------------------------------------------------------------- */
13template<class T> PLMBASE_API T itk_image_clone (T image);
14template<class T> PLMBASE_API T itk_image_clone_empty (T image);
15
16#endif
Definition pointset.h:15
T itk_image_clone(T image)
Definition itk_image_clone.cxx:16
T itk_image_clone_empty(T image)
Definition itk_image_clone.cxx:29
#define PLMBASE_API
Definition plmbase_config.h:19