#include <itkCoreAtomImageToDistanceMatrixProcess.h>
Inheritance diagram for itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >:
Definition at line 38 of file itkCoreAtomImageToDistanceMatrixProcess.h.
|
Reimplemented from itk::ProcessObject. Definition at line 48 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Definition at line 67 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Definition at line 66 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Definition at line 64 of file itkCoreAtomImageToDistanceMatrixProcess.h. Referenced by itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::~CoreAtomImageToDistanceMatrixProcess(). |
|
Definition at line 65 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Typedef for core atom image Definition at line 63 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Smart Pointer type to a DataObject. Reimplemented from itk::ProcessObject. Definition at line 51 of file itkCoreAtomImageToDistanceMatrixProcess.h. Referenced by itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::Update(). |
|
Definition at line 71 of file itkCoreAtomImageToDistanceMatrixProcess.h. Referenced by itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::~CoreAtomImageToDistanceMatrixProcess(). |
|
Typedef for distance matrix Definition at line 70 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Definition at line 74 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 47 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
The type used to store the position of the BloxPixel. Definition at line 77 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
Standard class typedefs Reimplemented from itk::ProcessObject. Definition at line 45 of file itkCoreAtomImageToDistanceMatrixProcess.h. Referenced by itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::~CoreAtomImageToDistanceMatrixProcess(). |
|
Reimplemented from itk::ProcessObject. Definition at line 46 of file itkCoreAtomImageToDistanceMatrixProcess.h. |
|
|
|
|
Method for forming the DistanceeMatrix Reimplemented from itk::ProcessObject. |
|
Methods to get input image |
|
Run-time type information (and related methods) Reimplemented from itk::ProcessObject. |
|
|
|
Get the image output of this process object. Reimplemented from itk::ProcessObject. |
|
Get the image output of this process object. |
|
Number of dimensions |
|
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput(). Reimplemented from itk::ProcessObject. |
|
Method for creation through the object factory Reimplemented from itk::Object. |
|
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::ProcessObject. |
|
Set the blurred original image |
|
Bring this filter up-to-date. Update() checks modified times against last execution times, and re-executes objects if necessary. A side effect of this method is that the whole pipeline may execute in order to bring this filter up-to-date. This method updates the currently prescribed requested region. If no requested region has been set on the output, then the requested region will be set to the largest possible region. Once the requested region is set, Update() will make sure the specified requested region is up-to-date. This is a confusing side effect to users who are just calling Update() on a filter. A first call to Update() will cause the largest possible region to be updated. A second call to Update() will update that same region. If a modification to the upstream pipeline cause a filter to have a different largest possible region, this second call to Update() will not cause the output requested region to be reset to the new largest possible region. Instead, the output requested region will be the same as the last time Update() was called. To have a filter always to produce its largest possible region, users should call UpdateLargestPossibleRegion() instead. Reimplemented from itk::ProcessObject. Definition at line 87 of file itkCoreAtomImageToDistanceMatrixProcess.h. References itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::DataObjectPointer. |