#include <itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h>
Inheritance diagram for itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >:
Definition at line 43 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.
|
Reimplemented from itk::ProcessObject. Definition at line 53 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Definition at line 74 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Definition at line 73 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Definition at line 71 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess(). |
|
Definition at line 72 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Typedef for core atom image. Definition at line 70 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Definition at line 78 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess(). |
|
Typedef for correspondence matrix. Definition at line 77 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Smart Pointer type to a DataObject. Reimplemented from itk::ProcessObject. Definition at line 56 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
MedialNode typedef. Definition at line 81 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 52 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
Standard class typedefs. Reimplemented from itk::ProcessObject. Definition at line 50 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess(). |
|
Reimplemented from itk::ProcessObject. Definition at line 51 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
UnaryMetric typedef. Definition at line 85 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess(). |
|
UnaryMetric typedef. Definition at line 84 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |
|
|
|
|
Method for forming the CorrespondenceMatrix. Reimplemented from itk::ProcessObject. |
|
GetMacros for number of rows and columns in the unary correspondence matrix. |
|
Methods to get input images. |
|
Methods to get input images. |
|
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. |
|
GetMacros for number of rows and columns in the unary correspondence matrix. |
|
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. |
|
Set the boundary point image. |
|
Update() to allow for pipeline use. Reimplemented from itk::ProcessObject. Definition at line 100 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h. |