plastimatch
Loading...
Searching...
No Matches
volume_gaussian.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _volume_gaussian_h_
5#define _volume_gaussian_h_
6
7#include "plmbase_config.h"
8
9PLMBASE_API Volume::Pointer
11 const Volume::Pointer& vol_in,
12 float width,
13 float truncation
14);
15
16#endif
Definition pointset.h:15
#define PLMBASE_API
Definition plmbase_config.h:19
Volume::Pointer volume_gaussian(const Volume::Pointer &vol_in, float width, float truncation)
Definition volume_gaussian.cxx:13