 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageMaskSpatialObject_h
19 #define itkImageMaskSpatialObject_h
44 template <
unsigned int TDimension = 3,
typename TPixel =
unsigned char>
55 using typename Superclass::ScalarType;
56 using typename Superclass::PixelType;
57 using typename Superclass::ImageType;
58 using typename Superclass::ImagePointer;
62 using typename Superclass::TransformType;
64 using typename Superclass::BoundingBoxType;
65 using typename Superclass::InterpolatorType;
86 using Superclass::IsInsideInObjectSpace;
99 ComputeMyBoundingBoxInIndexSpace()
const;
101 #if !defined(ITK_LEGACY_REMOVE)
105 itkLegacyMacro(
RegionType GetAxisAlignedBoundingBoxRegion()
const);
114 ComputeMyBoundingBox()
override;
120 InternalClone()
const override;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 # include "itkImageMaskSpatialObject.hxx"
128 #endif // itkImageMaskSpatialObject_h
ImageBaseType::PointType PointType
ImageBaseType::SizeType SizeType
Implementation of an image as spatial object.
Multi-dimensional image iterator which only walks a region.
ImageBaseType::IndexType IndexType
*par Constraints *The filter requires an image with at least two dimensions and a vector *length of at least The theory supports extension to scalar but *the implementation of the itk vector classes do not **The template parameter TRealType must be floating point(float or double) or *a user-defined "real" numerical type with arithmetic operations defined *sufficient to compute derivatives. **\par Performance *This filter will automatically multithread if run with *SetUsePrincipleComponents
ImageBaseType::RegionType RegionType
Implementation of an image mask as spatial object.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
A templated class holding a geometric point in n-Dimensional space.
Base class for all data objects in ITK.