#include <itkNeighborhoodInnerProduct.h>

Definition at line 43 of file itkNeighborhoodInnerProduct.h.
Public Types | |
| typedef TImage::PixelType | ImagePixelType |
| typedef Neighborhood < ImagePixelType, itkGetStaticConstMacro(ImageDimension)> | NeighborhoodType |
| typedef TOperator | OperatorPixelType |
| typedef Neighborhood < OperatorPixelType, itkGetStaticConstMacro(ImageDimension)> | OperatorType |
| typedef TComputation | OutputPixelType |
| typedef NeighborhoodInnerProduct | Self |
Public Member Functions | |
| itkStaticConstMacro (ImageDimension, unsigned int, TImage::ImageDimension) | |
| OutputPixelType | operator() (const NeighborhoodType &N, const OperatorType &op) const |
| OutputPixelType | operator() (const std::slice &s, const NeighborhoodType &N, const OperatorType &op) const |
| OutputPixelType | operator() (const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const |
| OutputPixelType | operator() (const std::slice &s, const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const |
| typedef TImage::PixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::ImagePixelType |
Capture some typedefs from the template parameters.
Definition at line 50 of file itkNeighborhoodInnerProduct.h.
| typedef Neighborhood<ImagePixelType, itkGetStaticConstMacro(ImageDimension)> itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::NeighborhoodType |
Definition at line 62 of file itkNeighborhoodInnerProduct.h.
| typedef TOperator itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OperatorPixelType |
Definition at line 51 of file itkNeighborhoodInnerProduct.h.
| typedef Neighborhood<OperatorPixelType, itkGetStaticConstMacro(ImageDimension)> itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OperatorType |
Operator typedef
Definition at line 59 of file itkNeighborhoodInnerProduct.h.
| typedef TComputation itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OutputPixelType |
Definition at line 52 of file itkNeighborhoodInnerProduct.h.
| typedef NeighborhoodInnerProduct itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::Self |
Standard typedefs
Definition at line 47 of file itkNeighborhoodInnerProduct.h.
| itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::itkStaticConstMacro | ( | ImageDimension | , | |
| unsigned | int, | |||
| TImage::ImageDimension | ||||
| ) |
Capture some typedefs from the template parameters.
| OutputPixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::operator() | ( | const NeighborhoodType & | N, | |
| const OperatorType & | op | |||
| ) | const [inline] |
Definition at line 80 of file itkNeighborhoodInnerProduct.h.
| OutputPixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::operator() | ( | const std::slice & | s, | |
| const NeighborhoodType & | N, | |||
| const OperatorType & | op | |||
| ) | const |
| OutputPixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::operator() | ( | const ConstNeighborhoodIterator< TImage > & | it, | |
| const OperatorType & | op | |||
| ) | const [inline] |
Definition at line 68 of file itkNeighborhoodInnerProduct.h.
| OutputPixelType itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::operator() | ( | const std::slice & | s, | |
| const ConstNeighborhoodIterator< TImage > & | it, | |||
| const OperatorType & | op | |||
| ) | const |
Reference oeprator.
1.5.5 written by Dimitri van Heesch,
© 1997-2000