plastimatch
Loading...
Searching...
No Matches
itk_image_origin.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_origin_h_
5#define _itk_image_origin_h_
6
7#include "itk_image.h"
8
9template<class T> OriginType itk_image_origin (const T&);
10template<class T> OriginType itk_image_origin (const T*);
11
12#endif
Definition pointset.h:15
itk::Point< double, 3 > OriginType
Definition itk_image.h:18
OriginType itk_image_origin(const T &)
Definition itk_image_origin.cxx:10