YaDICs
V04.14.a
Yet another Digital Image Correlation software: platform dedicated to 2/3D Fluid and Solid kinematics field measurements.
|
#include <CshapeFunction_global_image.h>
Public Member Functions | |
virtual void | init (CParameterNetCDF &fp) |
virtual void | exec (const CImg< Timg > &box, const std::vector< T > &x, CImgList< T > &N) |
Public Member Functions inherited from CshapeFunction_global_rigidBody< T, Timg > | |
void | set (const std::vector< T > &x, const std::vector< int > &md, const std::vector< int > &rg, CImgList< T > &N) |
T | shape (const int &dim, const int &range, const std::vector< T > &x) |
Public Attributes | |
std::vector< int > | m_modImg |
CImgList< T > | m_img |
CImg< char > | m_img_path |
int | m_dim_space |
int | m_dim_mode |
Public Attributes inherited from CshapeFunction_global_rigidBody< T, Timg > | |
std::vector< int > | m_modRB |
std::vector< int > | m_range |
Public Attributes inherited from CshapeFunction< T, Timg > | |
std::string | class_name |
std::string | m_type |
std::string | m_name |
int | m_dof |
float | m_pi |
std::vector< std::string > | m_mods |
bool | m_verbose |
const char * | m_paramPath |
int | _3D |
[in] | m_image | : . |
|
inlinevirtual |
variable name : from factory
parameter file path : from factory
number modes
number spatial dimensions
correction of m_mods string vector based on mode_img list
required for init!//
Reimplemented from CshapeFunction_global_rigidBody< T, Timg >.