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

itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation > Class Template Reference
[Operators]

#include <itkNeighborhoodInnerProduct.h>

Inheritance diagram for itk::NeighborhoodInnerProduct:

Inheritance graph
[legend]
List of all members.

Public Types

typedef NeighborhoodInnerProduct Self
typedef TImage::PixelType ImagePixelType
typedef TOperator OperatorPixelType
typedef TComputation OutputPixelType
typedef Neighborhood< OperatorPixelType,
itkGetStaticConstMacro(ImageDimension) 
OperatorType )

Public Methods

 itkStaticConstMacro (ImageDimension, unsigned int, TImage::ImageDimension)
OutputPixelType operator() (const std::slice &s, const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const
OutputPixelType operator() (const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const

Detailed Description

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
class itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >

This class defines the inner product operation between an itk::Neighborhood and and itk::NeighborhoodOperator. The operator() method is overloaded to support various types of neighborhoods as well as inner products with slices of neighborhoods. The second template parameter allows you to set the value type of the operator. The third templage parameter allows you to set the value type used as the return type of the inner product calculation. The operator value type defaults to the image pixel type and the output value type defaults to the operator type.

Definition at line 44 of file itkNeighborhoodInnerProduct.h.


Member Typedef Documentation

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
typedef TImage::PixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::ImagePixelType
 

Capture some typedefs from the template parameters.

Definition at line 51 of file itkNeighborhoodInnerProduct.h.

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
typedef TOperator itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OperatorPixelType
 

Definition at line 52 of file itkNeighborhoodInnerProduct.h.

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
typedef Neighborhood<OperatorPixelType, itkGetStaticConstMacro(ImageDimension) itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OperatorType)
 

Operator typedef

Definition at line 60 of file itkNeighborhoodInnerProduct.h.

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
typedef TComputation itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OutputPixelType
 

Definition at line 53 of file itkNeighborhoodInnerProduct.h.

Referenced by itk::NeighborhoodInnerProduct< ImageType >::operator()().

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
typedef NeighborhoodInnerProduct itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::Self
 

Standard typedefs

Definition at line 48 of file itkNeighborhoodInnerProduct.h.


Member Function Documentation

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::itkStaticConstMacro ImageDimension   ,
unsigned    int,
TImage::ImageDimension   
 

Capture some typedefs from the template parameters.

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
OutputPixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::operator() const ConstNeighborhoodIterator< TImage > &    it,
const OperatorType   op
const [inline]
 

Definition at line 66 of file itkNeighborhoodInnerProduct.h.

template<class TImage, class TOperator = typename TImage::PixelType, class TComputation = TOperator>
OutputPixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::operator() const std::slice &    s,
const ConstNeighborhoodIterator< TImage > &    it,
const OperatorType   op
const
 

Reference oeprator.

Referenced by itk::NeighborhoodInnerProduct< ImageType >::operator()().


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:34:44 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000