#include <itkNeighborhoodAlgorithm.h>
Represents the result of ImageBoundaryFacesCalculator::Compute
Definition at line 76 of file itkNeighborhoodAlgorithm.h.
Public Member Functions | |
const FaceListType & | GetBoundaryFaces () const |
RegionType | GetNonBoundaryRegion () const |
Private Attributes | |
FaceListType | m_BoundaryFaces |
RegionType | m_NonBoundaryRegion |
Friends | |
struct | ImageBoundaryFacesCalculator |
bool | operator!= (const Result &lhs, const Result &rhs) |
bool | operator== (const Result &lhs, const Result &rhs) |
|
inlinenodiscard |
Returns the boundary faces (the regions at the boundary of the image).
Definition at line 88 of file itkNeighborhoodAlgorithm.h.
References m_BoundaryFaces.
|
inlinenodiscard |
Returns the center (non-boundary) region.
Definition at line 81 of file itkNeighborhoodAlgorithm.h.
References m_NonBoundaryRegion.
|
friend |
Definition at line 108 of file itkNeighborhoodAlgorithm.h.
References ImageBoundaryFacesCalculator.
Referenced by ImageBoundaryFacesCalculator.
Tells whether Result objects lhs
and rhs
are unequal.
Definition at line 102 of file itkNeighborhoodAlgorithm.h.
Tells whether Result objects lhs
and rhs
are equal.
Definition at line 95 of file itkNeighborhoodAlgorithm.h.
References m_BoundaryFaces, and m_NonBoundaryRegion.
|
private |
Definition at line 111 of file itkNeighborhoodAlgorithm.h.
Referenced by GetBoundaryFaces(), and operator==.
|
private |
Definition at line 110 of file itkNeighborhoodAlgorithm.h.
Referenced by GetNonBoundaryRegion(), and operator==.