plastimatch
Loading...
Searching...
No Matches
itk_image_accumulate.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_accumulate_h_
5#define _itk_image_accumulate_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_accumulate (
15 double weight,
16 T img
17);
18
19#endif
Definition pointset.h:15
void itk_image_accumulate(T img_accumulate, double weight, T img)
Definition itk_image_accumulate.cxx:11
#define PLMBASE_API
Definition plmbase_config.h:19