ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain Class Reference

#include <itkLevelSetDomainMapImageFilter.h>

Detailed Description

template<typename TInputImage, typename TOutputImage>
class itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain

Specifies an image region where an unique std::list of level sets Id's are defined.

Definition at line 80 of file itkLevelSetDomainMapImageFilter.h.

Public Member Functions

const InputImagePixelTypeGetIdList () const
 
const InputImageRegionTypeGetRegion () const
 
 LevelSetDomain ()=default
 
 LevelSetDomain (const InputImageRegionType &reg, InputImagePixelType iList)
 

Private Attributes

InputImagePixelType m_IdList
 
InputImageRegionType m_Region
 

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage >
itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain::LevelSetDomain ( )
default
template<typename TInputImage , typename TOutputImage >
itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain::LevelSetDomain ( const InputImageRegionType reg,
InputImagePixelType  iList 
)
inline

Definition at line 85 of file itkLevelSetDomainMapImageFilter.h.

Member Function Documentation

template<typename TInputImage , typename TOutputImage >
const InputImagePixelType* itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain::GetIdList ( ) const
inline

Definition at line 94 of file itkLevelSetDomainMapImageFilter.h.

template<typename TInputImage , typename TOutputImage >
const InputImageRegionType* itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain::GetRegion ( ) const
inline

Definition at line 89 of file itkLevelSetDomainMapImageFilter.h.

Member Data Documentation

template<typename TInputImage , typename TOutputImage >
InputImagePixelType itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain::m_IdList
private

Definition at line 101 of file itkLevelSetDomainMapImageFilter.h.

template<typename TInputImage , typename TOutputImage >
InputImageRegionType itk::LevelSetDomainMapImageFilter< TInputImage, TOutputImage >::LevelSetDomain::m_Region
private

Definition at line 100 of file itkLevelSetDomainMapImageFilter.h.


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