piv API documentation
#include <post.h>
Data Fields | |
| enum GpivOperationManipiv | operator_manipiv |
| gboolean | operator_manipiv_logic |
| gboolean | set |
| gboolean | set_logic |
| float | set_dx |
| gboolean | set_dx_logic |
| float | set_dy |
| gboolean | set_dy_logic |
| int | subtract |
| gboolean | subtract_logic |
| float | z_off_dx |
| gboolean | z_off_dx_logic |
| float | z_off_dy |
| gboolean | z_off_dy_logic |
| enum GpivDifferentiation | diff_type |
| enum GpivOperation | operator_vorstra |
| int | diff_type_logic |
| gboolean | operator_vorstra_logic |
| enum GpivScaleType | scale_type |
| gboolean | scale_type_logic |
operator on PIV data
flag if operator_manipiv has been defined
| gboolean __GpivPostPar::set |
setting of PIV data: enable / disable
| gboolean __GpivPostPar::set_logic |
flag if set has been defined
| float __GpivPostPar::set_dx |
value of disabled PIV data in horizontal (column-wise) direction
| gboolean __GpivPostPar::set_dx_logic |
flag if set_dx has been defined
| float __GpivPostPar::set_dy |
value of disabled PIV data in vertical (row-wise) direction
| gboolean __GpivPostPar::set_dy_logic |
flag if set_dy has been defined
data type to subtract from estimators NONE (0), mean (1) Zoff_dx and Zoff_dy (2)
| gboolean __GpivPostPar::subtract_logic |
flag if subtract has been defined
| float __GpivPostPar::z_off_dx |
offset value for horizontal PIV estimator
| gboolean __GpivPostPar::z_off_dx_logic |
flag if z_off_dx has been defined
| float __GpivPostPar::z_off_dy |
offset value for vertical PIV estimator
| gboolean __GpivPostPar::z_off_dy_logic |
flag if z_off_dy has been defined
differential type
specify which derivative type from PIV data to calculate
flag if diff_type has been defined
flag if operator_vorstra has been defined
normal (0) or inverse (1) scaling
| gboolean __GpivPostPar::scale_type_logic |
flag if scale_type has been defined
1.5.1