|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
#include <ncorr.h>
Public Types | |
| typedef ROI2D::difference_type | difference_type |
Public Member Functions | |
| DIC_analysis_output () | |
| DIC_analysis_output (const DIC_analysis_output &)=default | |
| DIC_analysis_output (DIC_analysis_output &&)=default | |
| DIC_analysis_output & | operator= (const DIC_analysis_output &)=default |
| DIC_analysis_output & | operator= (DIC_analysis_output &&)=default |
| ~DIC_analysis_output () noexcept=default | |
| DIC_analysis_output (const std::vector< Disp2D > &disps, PERSPECTIVE perspective_type, const std::string &units, double units_per_pixel) | |
Static Public Member Functions | |
| static DIC_analysis_output | load (std::ifstream &) |
| static DIC_analysis_output | load (const std::string &) |
Public Attributes | |
| std::vector< Disp2D > | disps |
| PERSPECTIVE | perspective_type |
| std::string | units |
| double | units_per_pixel |
Friends | |
| void | save (const DIC_analysis_output &, std::ofstream &) |
| void | save (const DIC_analysis_output &, const std::string &) |
|
default |
|
default |
|
defaultnoexcept |
|
inline |
|
static |
|
static |
|
default |
|
default |
|
friend |
|
friend |
| PERSPECTIVE ncorr::DIC_analysis_output::perspective_type |