ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | Friends | List of all members
itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result Class Reference

#include <itkNeighborhoodAlgorithm.h>

Detailed Description

template<typename TImage>
class itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result

Represents the result of ImageBoundaryFacesCalculator::Compute

Definition at line 78 of file itkNeighborhoodAlgorithm.h.

+ Collaboration diagram for itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result:

Public Member Functions

const FaceListTypeGetBoundaryFaces () 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)
 

Member Function Documentation

◆ GetBoundaryFaces()

template<typename TImage >
const FaceListType& itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::GetBoundaryFaces ( ) const
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.

◆ GetNonBoundaryRegion()

template<typename TImage >
RegionType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::GetNonBoundaryRegion ( ) const
inline

Returns the center (non-boundary) region.

Definition at line 83 of file itkNeighborhoodAlgorithm.h.

References itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::m_NonBoundaryRegion.

Friends And Related Function Documentation

◆ ImageBoundaryFacesCalculator

template<typename TImage >
friend struct ImageBoundaryFacesCalculator
friend

Definition at line 110 of file itkNeighborhoodAlgorithm.h.

◆ operator!=

template<typename TImage >
bool operator!= ( const Result lhs,
const Result rhs 
)
friend

Tells whether Result objects lhs and rhs are unequal.

Definition at line 104 of file itkNeighborhoodAlgorithm.h.

◆ operator==

template<typename TImage >
bool operator== ( const Result lhs,
const Result rhs 
)
friend

Tells whether Result objects lhs and rhs are equal.

Definition at line 97 of file itkNeighborhoodAlgorithm.h.

Member Data Documentation

◆ m_BoundaryFaces

template<typename TImage >
FaceListType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::m_BoundaryFaces
private

◆ m_NonBoundaryRegion

template<typename TImage >
RegionType itk::NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< TImage >::Result::m_NonBoundaryRegion
private

The documentation for this class was generated from the following file: