#include <itkBloxCoreAtomImage.h>
Inheritance diagram for itk::BloxCoreAtomImage< dim >:
A BloxCoreAtomImage stores and processes BloxCoreAtomItem's (in BloxPixel linked lists). The primary task of BloxCoreAtomImage is finding core atoms and storing them in the correct blox location.
Definition at line 44 of file itkBloxCoreAtomImage.h.
|
Accessor type that convert data between internal and external representations. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 83 of file itkBloxCoreAtomImage.h. |
|
The type of boundary point item we process * Definition at line 69 of file itkBloxCoreAtomImage.h. |
|
Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 59 of file itkBloxCoreAtomImage.h. |
|
Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 60 of file itkBloxCoreAtomImage.h. |
|
How we represent gradients. Definition at line 92 of file itkBloxCoreAtomImage.h. |
|
Index typedef support. An index is used to access pixel values. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 109 of file itkBloxCoreAtomImage.h. |
|
Reimplemented from itk::ImageBase< VImageDimension >. Definition at line 110 of file itkBloxCoreAtomImage.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< BloxCoreAtomPixel< dim >, dim >. Definition at line 79 of file itkBloxCoreAtomImage.h. |
|
Definition at line 98 of file itkBloxCoreAtomImage.h. |
|
Definition at line 97 of file itkBloxCoreAtomImage.h. |
|
Offset typedef support. An offset is used to access pixel values. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 111 of file itkBloxCoreAtomImage.h. |
|
Convenient typedefs obtained from Superclass. Note: Unlike "normal" images BloxCoreAtomImages support neither Scalar nor Vector calls!!! Scalar and vector traits are not defined and do not make sense for linked lists (at the present time). Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 107 of file itkBloxCoreAtomImage.h. |
|
A pointer to the pixel container. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 115 of file itkBloxCoreAtomImage.h. |
|
Pixel typedef support. Used to declare pixel type in filters or other operations. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 73 of file itkBloxCoreAtomImage.h. |
|
Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 58 of file itkBloxCoreAtomImage.h. |
|
The type of Point used to convert between physical and blox space Definition at line 86 of file itkBloxCoreAtomImage.h. |
|
Region typedef support. A region is used to specify a subset of an image. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 112 of file itkBloxCoreAtomImage.h. |
|
Standard class typedefs. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 49 of file itkBloxCoreAtomImage.h. |
|
Size typedef support. A size is used to define region bounds. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 108 of file itkBloxCoreAtomImage.h. |
|
Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. Definition at line 57 of file itkBloxCoreAtomImage.h. |
|
The vector between two points Definition at line 89 of file itkBloxCoreAtomImage.h. |
|
|
|
|
|
Core atom voting routine. |
|
Do eigenanalysis on all pixels in the image. |
|
get macro for m_MedialNodeCount. |
|
Run-time type information (and related methods). Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. |
|
get macro for m_NodePointerList. |
|
Dimension of the image. This constant is used by functions that are templated over image type (as opposed to being templated over pixel type and dimension) when they need compile time access to the dimension of the image. |
|
Method for creation through the object factory. Reimplemented from itk::BloxImage< BloxCoreAtomPixel< dim >, dim >. |
|
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< BloxCoreAtomPixel< dim >, dim >. |