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