|
MorphologicalAttributeFilters
Public API documentation
|
Integer displacement in a row-major regular 2D grid. More...
#include <RegularGridAdjacency2D.hpp>
Public Member Functions | |
| bool | operator== (const GridOffset2D &) const noexcept=default |
| Compares both displacement coordinates. | |
Public Attributes | |
| int | row = 0 |
| Signed row displacement. | |
| int | column = 0 |
| Signed column displacement. | |
Integer displacement in a row-major regular 2D grid.
Definition at line 28 of file RegularGridAdjacency2D.hpp.
|
defaultnoexcept |
Compares both displacement coordinates.
| int mmcfilters::GridOffset2D::column = 0 |
Signed column displacement.
Definition at line 32 of file RegularGridAdjacency2D.hpp.
| int mmcfilters::GridOffset2D::row = 0 |
Signed row displacement.
Definition at line 30 of file RegularGridAdjacency2D.hpp.