ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::PhysicalPointImageSource< TOutputImage > Class Template Reference

Generate an image of the physical locations of each pixel. More...

#include <itkPhysicalPointImageSource.h>

Inheritance diagram for itk::PhysicalPointImageSource< TOutputImage >:
Collaboration diagram for itk::PhysicalPointImageSource< TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
OutputImageType::DirectionType 
DirectionType
typedef TOutputImage OutputImageType
typedef OutputImageType::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef OutputImageType::PointType PointType
typedef OutputImageType::RegionType RegionType
typedef PhysicalPointImageSource Self
typedef RegionType::SizeType SizeType
typedef
OutputImageType::SpacingType 
SpacingType
typedef GenerateImageSource
< TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void GenerateOutputInformation ()
 PhysicalPointImageSource ()
virtual void ThreadedGenerateData (const RegionType &outputRegionForThread, ThreadIdType threadId)

Private Member Functions

void operator= (const PhysicalPointImageSource &)
 PhysicalPointImageSource (const PhysicalPointImageSource &)

Detailed Description

template<typename TOutputImage>
class itk::PhysicalPointImageSource< TOutputImage >

Generate an image of the physical locations of each pixel.

This image source supports image which have a multi-component pixel equal to the image dimension, and variable length VectorImages. It is recommented that the component type be a real valued type.

Definition at line 38 of file itkPhysicalPointImageSource.h.


Member Typedef Documentation

template<typename TOutputImage >
typedef SmartPointer< const Self> itk::PhysicalPointImageSource< TOutputImage >::ConstPointer

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 45 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef OutputImageType::DirectionType itk::PhysicalPointImageSource< TOutputImage >::DirectionType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 53 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef TOutputImage itk::PhysicalPointImageSource< TOutputImage >::OutputImageType

Output image typedefs

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 48 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef OutputImageType::PixelType itk::PhysicalPointImageSource< TOutputImage >::PixelType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 49 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef SmartPointer< Self > itk::PhysicalPointImageSource< TOutputImage >::Pointer

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 44 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef OutputImageType::PointType itk::PhysicalPointImageSource< TOutputImage >::PointType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 52 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef OutputImageType::RegionType itk::PhysicalPointImageSource< TOutputImage >::RegionType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 50 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef PhysicalPointImageSource itk::PhysicalPointImageSource< TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 42 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef RegionType::SizeType itk::PhysicalPointImageSource< TOutputImage >::SizeType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 56 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef OutputImageType::SpacingType itk::PhysicalPointImageSource< TOutputImage >::SpacingType

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 51 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
typedef GenerateImageSource< TOutputImage > itk::PhysicalPointImageSource< TOutputImage >::Superclass

Reimplemented from itk::GenerateImageSource< TOutputImage >.

Definition at line 43 of file itkPhysicalPointImageSource.h.


Constructor & Destructor Documentation

template<typename TOutputImage >
itk::PhysicalPointImageSource< TOutputImage >::PhysicalPointImageSource ( ) [inline, protected]

Definition at line 65 of file itkPhysicalPointImageSource.h.

template<typename TOutputImage >
itk::PhysicalPointImageSource< TOutputImage >::PhysicalPointImageSource ( const PhysicalPointImageSource< TOutputImage > &  ) [private]

Member Function Documentation

template<typename TOutputImage >
virtual::itk::LightObject::Pointer itk::PhysicalPointImageSource< TOutputImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TOutputImage >
virtual void itk::PhysicalPointImageSource< TOutputImage >::GenerateOutputInformation ( ) [protected, virtual]

Generate the information decribing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.

Reimplemented from itk::GenerateImageSource< TOutputImage >.

template<typename TOutputImage >
virtual const char* itk::PhysicalPointImageSource< TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::GenerateImageSource< TOutputImage >.

template<typename TOutputImage >
static Pointer itk::PhysicalPointImageSource< TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TOutputImage >
void itk::PhysicalPointImageSource< TOutputImage >::operator= ( const PhysicalPointImageSource< TOutputImage > &  ) [private]
template<typename TOutputImage >
virtual void itk::PhysicalPointImageSource< TOutputImage >::ThreadedGenerateData ( const RegionType outputRegionForThread,
ThreadIdType  threadId 
) [protected, virtual]

If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).

See also:
GenerateData(), SplitRequestedRegion()

Reimplemented from itk::ImageSource< TOutputImage >.


The documentation for this class was generated from the following file: