plastimatch
Loading...
Searching...
No Matches
itk_image_shift_scale.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_scale_h_
5#define _itk_image_scale_h_
6
7#include "plmbase_config.h"
8#include "itk_image.h"
9
10/* -----------------------------------------------------------------------
11 Function prototypes
12 ----------------------------------------------------------------------- */
13template<class T> PLMBASE_API void itk_image_scale (
14 T img,
15 float scale
16);
17
18template<class T> PLMBASE_API void itk_image_shift_scale (
19 T img,
20 float shift,
21 float scale
22);
23
24#endif
Definition pointset.h:15
void itk_image_shift_scale(T img, float shift, float scale)
Definition itk_image_shift_scale.cxx:27
void itk_image_scale(T img, float scale)
Definition itk_image_shift_scale.cxx:12
#define PLMBASE_API
Definition plmbase_config.h:19