18#ifndef itkRegionBasedLevelSetFunctionData_h
19#define itkRegionBasedLevelSetFunctionData_h
60template <
typename TInputImage,
typename TFeatureImage>
71 static constexpr unsigned int ImageDimension = TFeatureImage::ImageDimension;
108 template <
typename TIndex>
144#ifndef ITK_MANUAL_INSTANTIATION
145# include "itkRegionBasedLevelSetFunctionData.hxx"
double m_WeightedNumberOfPixelsInsideLevelSet
typename InputImageType::PixelType InputPixelType
typename FeatureSizeType::SizeValueType FeatureSizeValueType
typename InputImageType::PointType InputPointType
typename InputImageType::RegionType InputRegionType
typename InputImageType::ConstPointer InputImageConstPointer
InputIndexType GetIndex(const FeatureIndexType &featureIndex)
static constexpr unsigned int ImageDimension
void CreateHeavisideFunctionOfLevelSetImage(const InputImageType *image)
typename FeatureImageType::SpacingType FeatureSpacingType
double m_WeightedNumberOfPixelsOutsideLevelSet
typename InputImageType::SpacingType InputSpacingType
typename InputImageType::IndexType InputIndexType
TFeatureImage FeatureImageType
TInputImage InputImageType
typename FeatureImageType::RegionType FeatureRegionType
typename FeatureImageType::IndexType FeatureIndexType
SmartPointer< Self > Pointer
FeatureIndexType GetFeatureIndex(const InputIndexType &inputIndex)
typename InputIndexType::IndexValueType InputIndexValueType
InputImagePointer m_HeavisideFunctionOfLevelSetImage
RegionBasedLevelSetFunctionData Self
RegionBasedLevelSetFunctionData()
typename InputImageType::SizeType InputSizeType
typename FeatureImageType::ConstPointer FeatureImageConstPointer
typename FeatureImageType::PointType FeaturePointType
SmartPointer< const Self > ConstPointer
typename FeatureImageType::PixelType FeaturePixelType
typename InputSizeType::SizeValueType InputSizeValueType
typename InputImageType::Pointer InputImagePointer
typename FeatureImageType::SizeType FeatureSizeType
typename FeatureImageType::Pointer FeatureImagePointer
~RegionBasedLevelSetFunctionData() override=default
bool VerifyInsideRegion(const TIndex &featureIndex)
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....