plastimatch
Loading...
Searching...
No Matches
itk_image_header_compare.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_header_compare_h_
5#define _itk_image_header_compare_h_
6
7#include "plmbase_config.h"
8
9/* Return true if the headers are the same */
10template<class T, class U> PLMBASE_API bool itk_image_header_compare (T image1, U image2);
11
12#endif
bool itk_image_header_compare(T image1, U image2)
Definition: itk_image_header_compare.cxx:28
#define PLMBASE_API
Definition: plmbase_config.h:19