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

itk::PeriodicBoundaryCondition< TImage > Class Template Reference
[Data Representation ObjectsImage Representation Objects]

A function object that determines values outside of image boundaries according to periodic (wrap-around) conditions. More...

#include <itkPeriodicBoundaryCondition.h>

Inheritance diagram for itk::PeriodicBoundaryCondition< TImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::PeriodicBoundaryCondition< TImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef PeriodicBoundaryCondition Self
typedef ImageBoundaryCondition<
TImage > 
Superclass
typedef Superclass::PixelType PixelType
typedef Superclass::PixelPointerType PixelPointerType
typedef Superclass::IndexType IndexType
typedef Superclass::OffsetType OffsetType
typedef Superclass::NeighborhoodType NeighborhoodType

Public Member Functions

 itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension)
 PeriodicBoundaryCondition ()
virtual PixelType operator() (const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data) const

Detailed Description

template<class TImage>
class itk::PeriodicBoundaryCondition< TImage >

A function object that determines values outside of image boundaries according to periodic (wrap-around) conditions.

The input to this function object is a neighborhood iterator. This boundary condition object is designed to be given as a template argument to a NeighborhoodIterator or any of the NeighborhoodIterator subclasses.

Definition at line 38 of file itkPeriodicBoundaryCondition.h.


Member Typedef Documentation

template<class TImage>
typedef Superclass::IndexType itk::PeriodicBoundaryCondition< TImage >::IndexType
 

Reimplemented from itk::ImageBoundaryCondition< TImage >.

Definition at line 49 of file itkPeriodicBoundaryCondition.h.

template<class TImage>
typedef Superclass::NeighborhoodType itk::PeriodicBoundaryCondition< TImage >::NeighborhoodType
 

Type of the data container passed to this function object.

Reimplemented from itk::ImageBoundaryCondition< TImage >.

Definition at line 51 of file itkPeriodicBoundaryCondition.h.

template<class TImage>
typedef Superclass::OffsetType itk::PeriodicBoundaryCondition< TImage >::OffsetType
 

Reimplemented from itk::ImageBoundaryCondition< TImage >.

Definition at line 50 of file itkPeriodicBoundaryCondition.h.

template<class TImage>
typedef Superclass::PixelPointerType itk::PeriodicBoundaryCondition< TImage >::PixelPointerType
 

Reimplemented from itk::ImageBoundaryCondition< TImage >.

Definition at line 48 of file itkPeriodicBoundaryCondition.h.

template<class TImage>
typedef Superclass::PixelType itk::PeriodicBoundaryCondition< TImage >::PixelType
 

Extract information from the image type.

Reimplemented from itk::ImageBoundaryCondition< TImage >.

Definition at line 47 of file itkPeriodicBoundaryCondition.h.

template<class TImage>
typedef PeriodicBoundaryCondition itk::PeriodicBoundaryCondition< TImage >::Self
 

Standard class typedefs.

Reimplemented from itk::ImageBoundaryCondition< TImage >.

Definition at line 43 of file itkPeriodicBoundaryCondition.h.

template<class TImage>
typedef ImageBoundaryCondition<TImage> itk::PeriodicBoundaryCondition< TImage >::Superclass
 

Definition at line 44 of file itkPeriodicBoundaryCondition.h.


Constructor & Destructor Documentation

template<class TImage>
itk::PeriodicBoundaryCondition< TImage >::PeriodicBoundaryCondition  )  [inline]
 

Default constructor. Definition at line 57 of file itkPeriodicBoundaryCondition.h.


Member Function Documentation

template<class TImage>
itk::PeriodicBoundaryCondition< TImage >::itkStaticConstMacro ImageDimension  ,
unsigned  int,
Superclass::ImageDimension 
 

Extract information from the image type.

template<class TImage>
virtual PixelType itk::PeriodicBoundaryCondition< TImage >::operator() const OffsetType point_index,
const OffsetType boundary_offset,
const NeighborhoodType data
const [virtual]
 

Computes and returns a neighborhood of appropriate values from neighborhood iterator data..

Implements itk::ImageBoundaryCondition< TImage >.


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