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

itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage > Class Template Reference

Computes the distance between all medial nodes (voted core atoms) in a core atom image (input) and stores them in a matrix data object (output). More...

#include <itkCoreAtomImageToDistanceMatrixProcess.h>

Inheritance diagram for itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef CoreAtomImageToDistanceMatrixProcess 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 > 
DistanceMatrixType
typedef DistanceMatrixType::Pointer DistanceMatrixPointer
typedef BloxCoreAtomPixel<
itkGetStaticConstMacro(NDimensions) 
MedialNodeType )
typedef Point< double, itkGetStaticConstMacro(NDimensions) PositionType )

Public Member Functions

 itkStaticConstMacro (NDimensions, unsigned int, TSourceImage::ImageDimension)
virtual const char * GetClassName () const
virtual int GetNumberOfNodes ()
void SetInput1 (const CoreAtomImageType *CoreAtomImageA)
virtual void Update ()
virtual DataObjectPointer MakeOutput (unsigned int idx)
DistanceMatrixTypeGetOutput (void)
DistanceMatrixTypeGetOutput (unsigned int idx)

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Detailed Description

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

Computes the distance between all medial nodes (voted core atoms) in a core atom image (input) and stores them in a matrix data object (output).

Definition at line 38 of file itkCoreAtomImageToDistanceMatrixProcess.h.


Member Typedef Documentation

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

Reimplemented from itk::ProcessObject.

Definition at line 48 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Definition at line 67 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Definition at line 66 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Definition at line 64 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

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

Definition at line 65 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Typedef for core atom image Definition at line 63 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

Definition at line 51 of file itkCoreAtomImageToDistanceMatrixProcess.h.

Referenced by itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::Update().

template<typename TSourceImage>
typedef DistanceMatrixType::Pointer itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::DistanceMatrixPointer
 

Definition at line 71 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

template<typename TSourceImage>
typedef MatrixResizeableDataObject<double> itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::DistanceMatrixType
 

Typedef for distance matrix Definition at line 70 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Definition at line 74 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Reimplemented from itk::ProcessObject.

Definition at line 47 of file itkCoreAtomImageToDistanceMatrixProcess.h.

template<typename TSourceImage>
typedef Point<double, itkGetStaticConstMacro(NDimensions) itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::PositionType)
 

The type used to store the position of the BloxPixel. Definition at line 77 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

Standard class typedefs

Reimplemented from itk::ProcessObject.

Definition at line 45 of file itkCoreAtomImageToDistanceMatrixProcess.h.

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

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

Reimplemented from itk::ProcessObject.

Definition at line 46 of file itkCoreAtomImageToDistanceMatrixProcess.h.


Constructor & Destructor Documentation

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

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

Definition at line 93 of file itkCoreAtomImageToDistanceMatrixProcess.h.

References itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::CoreAtomImagePointer, itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::DistanceMatrixPointer, and itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::Self.


Member Function Documentation

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

Method for forming the DistanceeMatrix

Reimplemented from itk::ProcessObject.

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

Run-time type information (and related methods)

Reimplemented from itk::ProcessObject.

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

Methods to get input image

template<typename TSourceImage>
virtual int itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::GetNumberOfNodes  )  [virtual]
 

template<typename TSourceImage>
DistanceMatrixType* itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::GetOutput unsigned int  idx  ) 
 

Get the image output of this process object.

Reimplemented from itk::ProcessObject.

template<typename TSourceImage>
DistanceMatrixType* itk::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::GetOutput void   ) 
 

Get the image output of this process object.

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

Number of dimensions

template<typename TSourceImage>
virtual DataObjectPointer itk::CoreAtomImageToDistanceMatrixProcess< 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::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::New  )  [static]
 

Method for creation through the object factory

Reimplemented from itk::Object.

template<typename TSourceImage>
void itk::CoreAtomImageToDistanceMatrixProcess< 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::CoreAtomImageToDistanceMatrixProcess< TSourceImage >::SetInput1 const CoreAtomImageType CoreAtomImageA  ) 
 

Set the blurred original image

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

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.


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