#include <itkBloxBoundaryProfileImage.h>
Inheritance diagram for itk::BloxBoundaryProfileImage< VImageDimension >:
A BloxBoundaryProfileImage stores and processes BloxBoundaryProfileItem's (in BloxPixel linked lists). The primary task of BloxBoundaryProfileImage is finding boundary profiles and storing them in the correct blox location.
Definition at line 46 of file itkBloxBoundaryProfileImage.h.
|
Accessor type that convert data between internal and external representations. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 65 of file itkBloxBoundaryProfileImage.h. |
|
Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 56 of file itkBloxBoundaryProfileImage.h. |
|
Definition at line 71 of file itkBloxBoundaryProfileImage.h. |
|
Index typedef support. An index is used to access pixel values. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 75 of file itkBloxBoundaryProfileImage.h. |
|
Internal Pixel representation. Used to maintain a uniform API with Image Adaptors and allow to keep a particular internal representation of data while showing a different external representation. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 63 of file itkBloxBoundaryProfileImage.h. |
|
Offset typedef support. An offset is used to access pixel values. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 76 of file itkBloxBoundaryProfileImage.h. |
|
Convenient typedefs obtained from Superclass. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 73 of file itkBloxBoundaryProfileImage.h. |
|
A pointer to the pixel container. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 79 of file itkBloxBoundaryProfileImage.h. |
|
Pixel typedef support. Used to declare pixel type in filters or other operations. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 62 of file itkBloxBoundaryProfileImage.h. |
|
Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 55 of file itkBloxBoundaryProfileImage.h. |
|
Definition at line 67 of file itkBloxBoundaryProfileImage.h. |
|
Region typedef support. A region is used to specify a subset of an image. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 77 of file itkBloxBoundaryProfileImage.h. |
|
Standard image class typedefs. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 52 of file itkBloxBoundaryProfileImage.h. |
|
Size typedef support. A size is used to define region bounds. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 74 of file itkBloxBoundaryProfileImage.h. |
|
Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. Definition at line 54 of file itkBloxBoundaryProfileImage.h. |
|
Definition at line 69 of file itkBloxBoundaryProfileImage.h. |
|
|
|
|
|
Run-time type information (and related methods). Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. |
|
Method for creation through the object factory. Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. |
|
Compute the index of the pixel at a specified offset from the beginning of the buffered region. Bounds checking is not performed. Thus, the computed index could be outside the BufferedRegion. To ensure a valid index, the parameter "offset" should be between 0 and the number of pixels in the BufferedRegion (the latter can be found using ImageRegion::GetNumberOfPixels()). Reimplemented from itk::BloxImage< BloxBoundaryProfilePixel< VImageDimension >, VImageDimension >. |