ITK
6.0.0
Insight Toolkit
|
#include <itkNeighborhoodAlgorithm.h>
Represents the result of ImageBoundaryFacesCalculator::Compute
Definition at line 78 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) |
|
inline |
Returns the boundary faces (the regions at the boundary of the image).
Definition at line 90 of file itkNeighborhoodAlgorithm.h.
References itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::m_BoundaryFaces.
|
inline |
Returns the center (non-boundary) region.
Definition at line 83 of file itkNeighborhoodAlgorithm.h.
References itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::m_NonBoundaryRegion.
|
friend |
Definition at line 110 of file itkNeighborhoodAlgorithm.h.
Tells whether Result objects lhs
and rhs
are unequal.
Definition at line 104 of file itkNeighborhoodAlgorithm.h.
Tells whether Result objects lhs
and rhs
are equal.
Definition at line 97 of file itkNeighborhoodAlgorithm.h.
|
private |
Definition at line 113 of file itkNeighborhoodAlgorithm.h.
Referenced by itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::GetBoundaryFaces().
|
private |
Definition at line 112 of file itkNeighborhoodAlgorithm.h.
Referenced by itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::GetNonBoundaryRegion().