|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkLevelSetDenseImage_h
20 #define itkLevelSetDenseImage_h
40 template <
typename TImage>
79 Evaluate(
const InputType & inputIndex)
const override;
92 IsInsideDomain(
const InputType & inputIndex)
const override;
96 Initialize()
override;
100 CopyInformation(
const DataObject * data)
override;
110 #ifndef ITK_MANUAL_INSTANTIATION
111 # include "itkLevelSetDenseImage.hxx"
114 #endif // itkLevelSetDenseImage_h
typename Superclass::OutputType OutputType
Base class for the "dense" representation of a level-set function on one image.
typename ImageType::Pointer ImagePointer
typename ImageType::RegionType RegionType
ImageBaseType::IndexType IndexType
typename ImageType::IndexType IndexType
typename Superclass::GradientType GradientType
ImageBaseType::RegionType RegionType
typename Superclass::LevelSetDataType LevelSetDataType
Abstract class for a level-set function on one Image.
typename Superclass::InputType InputType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename ImageType::PixelType PixelType
Base class for most ITK classes.
Templated n-dimensional image class.
constexpr unsigned int Dimension
typename Superclass::HessianType HessianType
Base class for all data objects in ITK.
typename Superclass::OutputRealType OutputRealType