#include <itkMedialNodePairCorrespondenceProcess.h>
Inheritance diagram for itk::MedialNodePairCorrespondenceProcess< TSourceImage >:
Definition at line 46 of file itkMedialNodePairCorrespondenceProcess.h.
|
Typedef for binary node metric. Definition at line 91 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Typedef for binary node metric. Definition at line 90 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 56 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Definition at line 72 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Definition at line 71 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Definition at line 69 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Definition at line 70 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Typedef for core atom image. Definition at line 68 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Definition at line 80 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Typedef for correspondence matrix Definition at line 79 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::GetNumberOfNodeBasePairs(), and itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Smart Pointer type to a DataObject. Reimplemented from itk::ProcessObject. Definition at line 59 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Typedef for correspondence data structure. (output) Definition at line 85 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Typedef for correspondence data structure. (output) Definition at line 84 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Definition at line 76 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Typedef for distance matrix. Definition at line 75 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Typedef for correspondence data structure. (output) Definition at line 86 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Typedef for medial nodes. Definition at line 95 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Typedef for correspondence data structure. (output) Definition at line 83 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 55 of file itkMedialNodePairCorrespondenceProcess.h. |
|
The type used to store the position of the BloxPixel. Definition at line 98 of file itkMedialNodePairCorrespondenceProcess.h. |
|
Standard class typedefs Reimplemented from itk::ProcessObject. Definition at line 53 of file itkMedialNodePairCorrespondenceProcess.h. Referenced by itk::MedialNodePairCorrespondenceProcess< TSourceImage >::~MedialNodePairCorrespondenceProcess(). |
|
Reimplemented from itk::ProcessObject. Definition at line 54 of file itkMedialNodePairCorrespondenceProcess.h. |
|
|
|
|
Method for forming the Pair Correspondence Data Structure. Reimplemented from itk::ProcessObject. |
|
Methods to get core atom images. |
|
Methods to get core atom images. |
|
Method to get correspondence matrix. |
|
Methods to get distance matrices. |
|
Methods to get distance matrices. |
|
Run-time type information. (and related methods) Reimplemented from itk::ProcessObject. |
|
Get number of node basepairs. Definition at line 125 of file itkMedialNodePairCorrespondenceProcess.h. References itk::MedialNodePairCorrespondenceProcess< TSourceImage >::CorrespondenceMatrixType. |
|
Get number of node pairs. Definition at line 122 of file itkMedialNodePairCorrespondenceProcess.h. |
|
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 first core atom image. |
|
Set the second core atom image. |
|
Set the correspondence matrix. |
|
Set the first distance matrix. |
|
Set the second distance matrix. |
|
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 130 of file itkMedialNodePairCorrespondenceProcess.h. |