plastimatch
Loading...
Searching...
No Matches
volume_grad.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_grad_h_
5#define _volume_grad_h_
6
7#include "plmbase_config.h"
8
9#include "volume.h"
10
12PLMBASE_API Volume::Pointer volume_gradient (const Volume::Pointer& ref);
14 const Volume::Pointer& ref);
15
16#endif
Definition pointset.h:15
The Volume class represents a three-dimensional volume on a uniform grid. The volume can be located a...
Definition volume.h:38
#define PLMBASE_API
Definition plmbase_config.h:19
Volume::Pointer volume_gradient_magnitude(const Volume::Pointer &ref)
Definition volume_grad.cxx:159
Volume * volume_make_gradient(const Volume *ref)
Definition volume_grad.cxx:148
Volume::Pointer volume_gradient(const Volume::Pointer &ref)
Definition volume_grad.cxx:137