|
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 | |
| ROI2D_incrementor () noexcept | |
| ROI2D_incrementor (const ROI2D_incrementor &)=default | |
| ROI2D_incrementor (ROI2D_incrementor &&)=default | |
| ROI2D_incrementor & | operator= (const ROI2D_incrementor &)=default |
| ROI2D_incrementor & | operator= (ROI2D_incrementor &&)=default |
| ~ROI2D_incrementor () noexcept=default | |
| ROI2D_incrementor (const ROI2D &, difference_type, const ROI2D::region_nlinfo::incrementor &) | |
| coords | pos_2D () const |
| ROI2D_incrementor & | operator++ () |
| bool | operator== (const ROI2D_incrementor &inc) const |
| bool | operator!= (const ROI2D_incrementor &inc) const |
Public Attributes | |
| friend | ROI2D |
|
inlinenoexcept |
|
default |
|
default |
|
defaultnoexcept |
| ncorr::details::ROI2D_incrementor::ROI2D_incrementor | ( | const ROI2D & | roi, |
| difference_type | region_idx, | ||
| const ROI2D::region_nlinfo::incrementor & | nlinfo_inc | ||
| ) |
|
inline |
| ROI2D_incrementor & ncorr::details::ROI2D_incrementor::operator++ | ( | ) |
|
default |
|
default |
|
inline |
|
inline |