|
CppNCorr
C++ ncorr Digital Image Correlation engine
|
#include <ROI2D.h>
Public Types | |
| typedef ROI2D::difference_type | difference_type |
| typedef ROI2D::coords | coords |
Public Member Functions | |
| nlinfo_incrementor () noexcept | |
| nlinfo_incrementor (const nlinfo_incrementor &)=default | |
| nlinfo_incrementor (nlinfo_incrementor &&)=default | |
| nlinfo_incrementor & | operator= (const nlinfo_incrementor &)=default |
| nlinfo_incrementor & | operator= (nlinfo_incrementor &&)=default |
| ~nlinfo_incrementor () noexcept=default | |
| nlinfo_incrementor (const ROI2D::region_nlinfo &nlinfo, difference_type nl_idx, difference_type np_idx, difference_type p1) | |
| coords | pos_2D () const |
| nlinfo_incrementor & | operator++ () |
| bool | operator== (const nlinfo_incrementor &inc) const |
| bool | operator!= (const nlinfo_incrementor &inc) const |
|
inlinenoexcept |
|
default |
|
default |
|
defaultnoexcept |
|
inline |
|
inline |
| nlinfo_incrementor & ncorr::details::nlinfo_incrementor::operator++ | ( | ) |
|
default |
|
default |
|
inline |
|
inline |