plastimatch
Loading...
Searching...
No Matches
itk_image_region.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_region_h_
5#define _itk_image_region_h_
6
7#include "itk_image.h"
8
9template<class T> RegionType itk_image_region (const T&);
10template<class T> RegionType itk_image_region (const T*);
11
12#endif
itk::ImageRegion< 3 > RegionType
Definition itk_image.h:19
RegionType itk_image_region(const T &)
Definition itk_image_region.cxx:10