plastimatch
Loading...
Searching...
No Matches
itk_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_scale_h_
5#define _itk_scale_h_
6
7#include "plmutil_config.h"
8
9template <class T>
11T
12itk_scale (const T& image, float);
13
14#endif
Definition pointset.h:15
T itk_scale(const T &image, float)
Definition itk_scale.cxx:17
#define PLMUTIL_API
Definition plmutil_config.h:26