#include <itkMedialNodeTripletCorrespondenceProcess.h>
Inheritance diagram for itk::MedialNodeTripletCorrespondenceProcess< TSourceImage >:
Definition at line 45 of file itkMedialNodeTripletCorrespondenceProcess.h.
|
Reimplemented from itk::ProcessObject. Definition at line 56 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Definition at line 72 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Definition at line 71 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Definition at line 69 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Definition at line 70 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for core atom image. Definition at line 68 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Smart Pointer type to a DataObject. Reimplemented from itk::ProcessObject. Definition at line 59 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Definition at line 90 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for distance matrix. Definition at line 89 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for pair correspondence data structure. (input) Definition at line 77 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for pair correspondence data structure. (input) Definition at line 76 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for pair correspondence data structure. (input) Definition at line 78 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for pair correspondence data structure. (input) Definition at line 75 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for triplet correspondence data structure. (output) Definition at line 84 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for triplet correspondence data structure. (output) Definition at line 83 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for triplet correspondence data structure. (output) Definition at line 85 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Typedef for triplet correspondence data structure. (output) Definition at line 82 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 55 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Standard class typedefs. Reimplemented from itk::ProcessObject. Definition at line 53 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Reimplemented from itk::ProcessObject. Definition at line 54 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
|
|
Definition at line 125 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Method for forming the DistanceMatrix. Reimplemented from itk::ProcessObject. |
|
Methods to get core atom images. |
|
Methods to get core atom images. |
|
Methods to get distance matrices. |
|
Methods to get distance matrices. |
|
Run-time type information (and related methods). Reimplemented from itk::ProcessObject. |
|
Functions to get the number of triplets and the number of represented by the data structure. Definition at line 119 of file itkMedialNodeTripletCorrespondenceProcess.h. |
|
Functions to get the number of triplets and the number of represented by the data structure. Definition at line 118 of file itkMedialNodeTripletCorrespondenceProcess.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 first distance matrix. |
|
Set the second distance matrix. |
|
Set the input pair data structure. |
|
Update() to allow for pipeline use. Reimplemented from itk::ProcessObject. Definition at line 113 of file itkMedialNodeTripletCorrespondenceProcess.h. |