plastimatch
Loading...
Searching...
No Matches
src
base
volume_stats.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_stats_h_
5
#define _volume_stats_h_
6
7
#include "
plmbase_config.h
"
8
9
class
Image_stats
;
10
class
Volume
;
11
12
/* -----------------------------------------------------------------------
13
Function prototypes
14
----------------------------------------------------------------------- */
15
PLMBASE_API
void
16
volume_stats
(
17
const
Volume
*vol,
18
Image_stats
*image_stats);
19
PLMBASE_API
void
20
volume_stats
(
21
const
Volume
*vol,
22
double
*min_val,
23
double
*max_val,
24
double
*avg,
25
int
*non_zero,
26
int
*num_vox
27
);
28
PLMBASE_API
void
29
volume_stats
(
30
const
Volume::Pointer vol,
31
double
*min_val,
32
double
*max_val,
33
double
*avg,
34
int
*non_zero,
35
int
*num_vox
36
);
37
38
#endif
Image_stats
Definition
image_stats.h:11
Volume
The Volume class represents a three-dimensional volume on a uniform grid. The volume can be located a...
Definition
volume.h:38
plmbase_config.h
PLMBASE_API
#define PLMBASE_API
Definition
plmbase_config.h:19
volume_stats
void volume_stats(const Volume *vol, Image_stats *image_stats)
Definition
volume_stats.cxx:72
Generated on Wed Oct 30 2024 14:54:42 for plastimatch by
1.11.0