Main Page | Files | Data Structures | Functions | Global Variables |
__GpivGenPar Struct Reference

Parameters for general purposes. More...

#include <include/gpiv/gpiv-genpar.h>

Data Fields

guint first_dir
 First numbered directory to be scanned. More...
 
gboolean first_dir__set
 flag if first_dir has been defined More...
 
guint last_dir
 Last numbered directory to be scanned. More...
 
gboolean last_dir__set
 flag if last_dir has been defined More...
 
gboolean dir_prefix
 Use a prefix before the directory basename. More...
 
gboolean dir_prefix__set
 flag if dir_prefix has been defined More...
 
guint first_file
 First numbered file to be scanned. More...
 
gboolean first_file__set
 flag if first_file has been defined More...
 
guint last_file
 Last numbered file to be scanned. More...
 
gboolean last_file__set
 flag if last_file has been defined More...
 
gboolean file_prefix
 Use a prefix before the file basename. More...
 
gboolean file_prefix__set
 flag if file_prefix has been defined More...
 

Detailed Description

Parameters for general purposes.

These parameters are not bound by any of the image processing, interrogation or data processing functions. They may be used for statistical processes, bulk processing etc. The parameters might be loaded from the configuration resources, with gpiv_scan_resourcefiles() or with gpiv_scan_parameter().

Definition at line 69 of file gpiv-genpar.h.

Field Documentation

◆ dir_prefix

gboolean __GpivGenPar::dir_prefix

Use a prefix before the directory basename.

Definition at line 76 of file gpiv-genpar.h.

◆ dir_prefix__set

gboolean __GpivGenPar::dir_prefix__set

flag if dir_prefix has been defined

Definition at line 77 of file gpiv-genpar.h.

◆ file_prefix

gboolean __GpivGenPar::file_prefix

Use a prefix before the file basename.

Definition at line 85 of file gpiv-genpar.h.

◆ file_prefix__set

gboolean __GpivGenPar::file_prefix__set

flag if file_prefix has been defined

Definition at line 86 of file gpiv-genpar.h.

◆ first_dir

guint __GpivGenPar::first_dir

First numbered directory to be scanned.

Definition at line 70 of file gpiv-genpar.h.

◆ first_dir__set

gboolean __GpivGenPar::first_dir__set

flag if first_dir has been defined

Definition at line 71 of file gpiv-genpar.h.

◆ first_file

guint __GpivGenPar::first_file

First numbered file to be scanned.

Definition at line 79 of file gpiv-genpar.h.

◆ first_file__set

gboolean __GpivGenPar::first_file__set

flag if first_file has been defined

Definition at line 80 of file gpiv-genpar.h.

◆ last_dir

guint __GpivGenPar::last_dir

Last numbered directory to be scanned.

Definition at line 73 of file gpiv-genpar.h.

◆ last_dir__set

gboolean __GpivGenPar::last_dir__set

flag if last_dir has been defined

Definition at line 74 of file gpiv-genpar.h.

◆ last_file

guint __GpivGenPar::last_file

Last numbered file to be scanned.

Definition at line 82 of file gpiv-genpar.h.

◆ last_file__set

gboolean __GpivGenPar::last_file__set

flag if last_file has been defined

Definition at line 83 of file gpiv-genpar.h.


The documentation for this struct was generated from the following file:

Generated for libgpiv-0.6.1 by doxygen 1.8.13