ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >::ThreadStruct Struct Reference

#include <itkBlockMatchingImageFilter.h>

+ Collaboration diagram for itk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >::ThreadStruct:

Detailed Description

template<typename TFixedImage, typename TMovingImage = TFixedImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TFixedImage::ImageDimension, TFixedImage::ImageDimension>, TFixedImage::ImageDimension >, class TDisplacements = PointSet< Vector< typename TFeatures::PointType::ValueType, TFeatures::PointDimension >, TFeatures::PointDimension >, class TSimilarities = PointSet< SpacePrecisionType, TDisplacements::PointDimension >>
struct itk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >::ThreadStruct

Internal structure used for passing image data into the threading library

Definition at line 197 of file itkBlockMatchingImageFilter.h.

Public Attributes

Pointer Filter
 

Member Data Documentation

template<typename TFixedImage , typename TMovingImage = TFixedImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TFixedImage::ImageDimension, TFixedImage::ImageDimension>, TFixedImage::ImageDimension >, class TDisplacements = PointSet< Vector< typename TFeatures::PointType::ValueType, TFeatures::PointDimension >, TFeatures::PointDimension >, class TSimilarities = PointSet< SpacePrecisionType, TDisplacements::PointDimension >>
Pointer itk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >::ThreadStruct::Filter

Definition at line 198 of file itkBlockMatchingImageFilter.h.


The documentation for this struct was generated from the following file: