Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage > Class Template Reference

#include <itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h>

Inheritance diagram for itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef CoreAtomImageToUnaryCorrespondenceMatrixProcess Self
typedef ProcessObject Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef DataObject::Pointer DataObjectPointer
typedef TSourceImage CoreAtomImageType
typedef CoreAtomImageType::Pointer CoreAtomImagePointer
typedef CoreAtomImageType::RegionType CoreAtomImageRegionType
typedef CoreAtomImageType::PixelType CoreAtomImagePixelType
typedef CoreAtomImageType::ConstPointer CoreAtomImageConstPointer
typedef MatrixResizeableDataObject<
double > 
CorrespondenceMatrixType
typedef CorrespondenceMatrixType::Pointer CorrespondenceMatrixPointer
typedef BloxCoreAtomPixel<
itkGetStaticConstMacro(NDimensions) 
MedialNodeType )
typedef UnaryMedialNodeMetric<
itkGetStaticConstMacro(NDimensions) 
UnaryMetricType )
typedef UnaryMedialNodeMetric<
itkGetStaticConstMacro(NDimensions)>::Pointe 
UnaryMetricPointer )

Public Member Functions

 itkStaticConstMacro (NDimensions, unsigned int, TSourceImage::ImageDimension)
virtual const char * GetClassName () const
void SetInput1 (const CoreAtomImageType *CoreAtomImageA)
void SetInput2 (const CoreAtomImageType *CoreAtomImageB)
virtual void Update ()
virtual DataObjectPointer MakeOutput (unsigned int idx)
virtual int GetRows ()
virtual int GetColumns ()
CorrespondenceMatrixTypeGetOutput (void)
CorrespondenceMatrixTypeGetOutput (unsigned int idx)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 CoreAtomImageToUnaryCorrespondenceMatrixProcess ()
virtual ~CoreAtomImageToUnaryCorrespondenceMatrixProcess ()
void PrintSelf (std::ostream &os, Indent indent) const
void GenerateData ()
TSourceImage * GetInput1 ()
TSourceImage * GetInput2 ()

Detailed Description

template<typename TSourceImage>
class itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >

This process takes in two itkBloxCoreAtomImages and runs the itkUnaryMedialNodeMetric on them. It returns a unary correspondence matrix for the images in the form of an itkMatrixResizeableDataObject.

Definition at line 43 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.


Member Typedef Documentation

template<typename TSourceImage>
typedef SmartPointer<const Self> itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::ConstPointer
 

Reimplemented from itk::ProcessObject.

Definition at line 53 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef CoreAtomImageType::ConstPointer itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImageConstPointer
 

Definition at line 74 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef CoreAtomImageType::PixelType itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImagePixelType
 

Definition at line 73 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef CoreAtomImageType::Pointer itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImagePointer
 

Definition at line 71 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess().

template<typename TSourceImage>
typedef CoreAtomImageType::RegionType itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImageRegionType
 

Definition at line 72 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef TSourceImage itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImageType
 

Typedef for core atom image. Definition at line 70 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef CorrespondenceMatrixType::Pointer itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CorrespondenceMatrixPointer
 

Definition at line 78 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess().

template<typename TSourceImage>
typedef MatrixResizeableDataObject<double> itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CorrespondenceMatrixType
 

Typedef for correspondence matrix. Definition at line 77 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef DataObject::Pointer itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::DataObjectPointer
 

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

Definition at line 56 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef BloxCoreAtomPixel<itkGetStaticConstMacro(NDimensions) itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::MedialNodeType)
 

MedialNode typedef. Definition at line 81 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef SmartPointer<Self> itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::Pointer
 

Reimplemented from itk::ProcessObject.

Definition at line 52 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef CoreAtomImageToUnaryCorrespondenceMatrixProcess itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::Self
 

Standard class typedefs.

Reimplemented from itk::ProcessObject.

Definition at line 50 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess().

template<typename TSourceImage>
typedef ProcessObject itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::Superclass
 

Reimplemented from itk::ProcessObject.

Definition at line 51 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

template<typename TSourceImage>
typedef UnaryMedialNodeMetric<itkGetStaticConstMacro(NDimensions)>::Pointe itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::UnaryMetricPointer)
 

UnaryMetric typedef. Definition at line 85 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

Referenced by itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess().

template<typename TSourceImage>
typedef UnaryMedialNodeMetric<itkGetStaticConstMacro(NDimensions) itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::UnaryMetricType)
 

UnaryMetric typedef. Definition at line 84 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.


Constructor & Destructor Documentation

template<typename TSourceImage>
itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImageToUnaryCorrespondenceMatrixProcess  )  [protected]
 

template<typename TSourceImage>
virtual itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::~CoreAtomImageToUnaryCorrespondenceMatrixProcess  )  [inline, protected, virtual]
 

Definition at line 106 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.

References itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CoreAtomImagePointer, itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::CorrespondenceMatrixPointer, itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::Self, and itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::UnaryMetricPointer.


Member Function Documentation

template<typename TSourceImage>
void itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GenerateData  )  [protected, virtual]
 

Method for forming the CorrespondenceMatrix.

Reimplemented from itk::ProcessObject.

template<typename TSourceImage>
virtual const char* itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

template<typename TSourceImage>
virtual int itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetColumns  )  [virtual]
 

GetMacros for number of rows and columns in the unary correspondence matrix.

template<typename TSourceImage>
TSourceImage* itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetInput1  )  [protected]
 

Methods to get input images.

template<typename TSourceImage>
TSourceImage* itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetInput2  )  [protected]
 

Methods to get input images.

template<typename TSourceImage>
CorrespondenceMatrixType* itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetOutput unsigned int  idx  ) 
 

Get the image output of this process object.

Reimplemented from itk::ProcessObject.

template<typename TSourceImage>
CorrespondenceMatrixType* itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetOutput void   ) 
 

Get the image output of this process object.

template<typename TSourceImage>
virtual int itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::GetRows  )  [virtual]
 

GetMacros for number of rows and columns in the unary correspondence matrix.

template<typename TSourceImage>
itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::itkStaticConstMacro NDimensions  ,
unsigned  int,
TSourceImage::ImageDimension 
 

Number of dimensions.

template<typename TSourceImage>
virtual DataObjectPointer itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::MakeOutput unsigned int  idx  )  [virtual]
 

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.

template<typename TSourceImage>
Pointer itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TSourceImage>
void itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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.

template<typename TSourceImage>
void itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::SetInput1 const CoreAtomImageType CoreAtomImageA  ) 
 

Set the blurred original image.

template<typename TSourceImage>
void itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::SetInput2 const CoreAtomImageType CoreAtomImageB  ) 
 

Set the boundary point image.

template<typename TSourceImage>
virtual void itk::CoreAtomImageToUnaryCorrespondenceMatrixProcess< TSourceImage >::Update  )  [inline, virtual]
 

Update() to allow for pipeline use.

Reimplemented from itk::ProcessObject.

Definition at line 100 of file itkCoreAtomImageToUnaryCorrespondenceMatrixProcess.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:49:01 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000