#include <itkVectorNeighborhoodInnerProduct.h>
Inheritance diagram for itk::SmartVectorNeighborhoodInnerProduct:
Public Types | |
typedef SmartVectorNeighborhoodInnerProduct | Self |
typedef TImage::PixelType | PixelType |
typedef PixelType::ValueType | ScalarValueType |
typedef Neighborhood< ScalarValueType, itkGetStaticConstMacro(ImageDimension) | OperatorType ) |
Public Methods | |
PixelType | operator() (const std::slice &s, const ConstSmartNeighborhoodIterator< TImage > &it, const OperatorType &op) const |
PixelType | operator() (const ConstSmartNeighborhoodIterator< TImage > &it, const OperatorType &op) const |
itkStaticConstMacro (VectorDimension, unsigned int, PixelType::VectorDimension) | |
itkStaticConstMacro (ImageDimension, unsigned int, TImage::ImageDimension) |
|
Operator typedef Definition at line 94 of file itkVectorNeighborhoodInnerProduct.h. |
|
Extract the pixel type and scalar type from the image template parameter. Definition at line 83 of file itkVectorNeighborhoodInnerProduct.h. |
|
Definition at line 84 of file itkVectorNeighborhoodInnerProduct.h. |
|
Standard typedefs Definition at line 80 of file itkVectorNeighborhoodInnerProduct.h. |
|
Extract the image and vector dimension from the image template parameter. |
|
Extract the image and vector dimension from the image template parameter. |
|
Conversion operator. Definition at line 102 of file itkVectorNeighborhoodInnerProduct.h. |
|
Conversion operator. |