18 #ifndef itkContourMeanDistanceImageFilter_h
19 #define itkContourMeanDistanceImageFilter_h
68 template<
typename TInputImage1,
typename TInputImage2 >
101 itkStaticConstMacro(ImageDimension,
unsigned int,
102 TInputImage1::ImageDimension);
120 itkGetConstMacro(MeanDistance,
RealType);
123 itkSetMacro( UseImageSpacing,
bool );
124 itkGetConstMacro( UseImageSpacing,
bool );
127 #ifdef ITK_USE_CONCEPT_CHECKING
137 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
140 void GenerateData() ITK_OVERRIDE;
143 void GenerateInputRequestedRegion() ITK_OVERRIDE;
146 void EnlargeOutputRequestedRegion(
DataObject *data) ITK_OVERRIDE;
152 bool m_UseImageSpacing;
156 #ifndef ITK_MANUAL_INSTANTIATION
157 #include "itkContourMeanDistanceImageFilter.hxx"
SmartPointer< const Self > ConstPointer
TInputImage2::Pointer InputImage2Pointer
TInputImage1::PixelType InputImage1PixelType
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
Computes the Mean distance between the boundaries of non-zero regions of two images.
NumericTraits< InputImage1PixelType >::RealType RealType
ImageToImageFilter< TInputImage1, TInputImage1 > Superclass
TInputImage1 InputImage1Type
~ContourMeanDistanceImageFilter() override
TInputImage1::IndexType IndexType
TInputImage2::PixelType InputImage2PixelType
TInputImage1::Pointer InputImage1Pointer
TInputImage1::SizeType SizeType
ContourMeanDistanceImageFilter Self
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TInputImage1::RegionType RegionType
ImageBaseType::SizeType SizeType
Define additional traits for native types such as int or float.
TInputImage2 InputImage2Type
#define itkConceptMacro(name, concept)
TInputImage2::ConstPointer InputImage2ConstPointer
Base class for all data objects in ITK.
ImageBaseType::IndexType IndexType
TInputImage1::ConstPointer InputImage1ConstPointer