#include <itkImageMaskSpatialObject.h>
Inheritance diagram for itk::ImageMaskSpatialObject< TDimension >:
This class derives from the ImageSpatialObject and overloads the IsInside() method. One of the common uses of this class is to serve as Mask for the Image Registration Metrics.
Definition at line 38 of file itkImageMaskSpatialObject.h.
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 57 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 47 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 52 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 51 of file itkImageMaskSpatialObject.h. |
|
Index typedef support. An index is used to access pixel values. Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 53 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 50 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 46 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 56 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 54 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 49 of file itkImageMaskSpatialObject.h. |
|
Standard class typedefs. Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 44 of file itkImageMaskSpatialObject.h. |
|
Definition at line 60 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 45 of file itkImageMaskSpatialObject.h. |
|
Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. Definition at line 55 of file itkImageMaskSpatialObject.h. |
|
|
|
|
|
Compute axis aligned bounding box from the image mask. The bounding box is returned as an image region. Each call to this function will recompute the region. This function is useful in cases, where you may have a mask image resulting from say a segmentation and you want to get the smallest box region that encapsulates the mask image. Currently this is done only for 3D volumes. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. |
|
Test whether a point is inside or outside the object For computational speed purposes, it is faster if the method does not check the name of the class and the current depth Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. |
|
Returns true if the point is inside, false otherwise. Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ImageSpatialObject< TDimension, unsigned char >. |