YaDICs
V04.14.a
Yet another Digital Image Correlation software: platform dedicated to 2/3D Fluid and Solid kinematics field measurements.
|
It returns a pointer toward a specific field container 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. More...
#include <Cfield_factory.h>
Public Member Functions | |
Cfield_factory (const std::string name) | |
Cfield< T, Timg > * | create (const int &number) |
Cfield< T, Timg > * | create (const std::string &type) |
Cfield< T, Timg > * | create (CParameterNetCDF ¶mFile) |
Cfield< T, Timg > * | create (int argc, char *argv[]) |
void | commandLine (int argc, char *argv[]) |
void | info () |
Public Attributes | |
std::vector< std::string > | m_infos |
std::string | class_name |
std::string | m_type |
std::string | m_variable |
CParameterNetCDF | m_paramFile |
const char * | m_paramPath |
bool | m_verbose |
It returns a pointer toward a specific field container 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.
|
inline |
variable name in nc file
list of available classes
|
inline |
store Nc parameter file path for further reading
store verbosity parameter
store field type, ex: "field_OFIB"
store correlation type, ex: "OFIB"
Launch the init function of the created oField object
return of pointer toward the choosen field class