plastimatch
Loading...
Searching...
No Matches
vf_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 _vf_stats_h_
5#define _vf_stats_h_
6
7#include "plmbase_config.h"
8
9class Volume;
10
11PLMBASE_C_API void vf_analyze (const Volume* vol, const Volume *mask);
12PLMBASE_C_API void vf_analyze_jacobian (const Volume* vol, const Volume* mask);
14PLMBASE_C_API void vf_analyze_strain (const Volume* vol, const Volume* mask);
15
17
18
19#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_C_API
Definition plmbase_config.h:18
EXTERNC void vf_print_stats(Volume *vol)
Definition vf_stats.cxx:129
EXTERNC void vf_analyze(const Volume *vol, const Volume *mask)
Definition vf_stats.cxx:17
EXTERNC void vf_analyze_strain(const Volume *vol, const Volume *mask)
Definition vf_stats.cxx:393
EXTERNC void vf_analyze_jacobian(const Volume *vol, const Volume *mask)
Definition vf_stats.cxx:183
EXTERNC void vf_analyze_second_deriv(Volume *vol)
Definition vf_stats.cxx:263