28 #include "Cmesh_factory.h"
30 #include "Cpeak_factory.h"
31 #include "CshapeFunction_factory.h"
35 bool info(
int argc,
char *argv[]);
44 bool info(
int argc,
char *argv[])
50 const bool show_h = cimg_option(
"-h",
false,NULL);
51 bool show_help = cimg_option(
"--help",show_h,
"help (or -h option)");show_help=show_h|show_help;
52 bool show_info = cimg_option(
"-I",
false,NULL);
57 printf(
"\n\n\n.cdl requirements\n");
80 if( cimg_option(
"--info",show_info,
"show compilation options (or -I option)") )
82 cimg_library::cimg::info();
This factory create a pointer toward the required ShapeFunction class. The pointer creation could onl...
Definition: CshapeFunction_factory.h:45
Definition: Cmesh_factory.h:42
It returns a pointer toward a specific correlation method according to a parameter.nc file. The parameter file is set by default or could be provide by command line. create function could be called using : int, string = type, CParameterNetCDF, and finally [argv,argc] !!!! The function to get parameters directly from command line doesn't work yet.
Definition: Ccorrelation_factory.h:61
Definition: Cpeak_factory.h:46
It returns a pointer toward a specific field container according to a parameter.nc file...
Definition: Cfield_factory.h:52
It returns a pointer toward a specific Image loader class according to a parameter.nc file. The parameter file is set by default or could be provide by command line. create function could be called using : int, string = type, CParameterNetCDF, and finally [argv,argc] !!!! The function to get parameters directly from command line doesn't work yet.
Definition: Cimage_factory.h:61