ITK  4.4.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<class TFixedImage, class TMovingImage = TFixedImage, class TFeatures = PointSet< Matrix< double, TFixedImage::ImageDimension, TFixedImage::ImageDimension>, TFixedImage::ImageDimension >, class TDisplacements = PointSet< Vector< typename TFeatures::PointType::ValueType, TFeatures::PointDimension >, TFeatures::PointDimension >, class TSimilarities = PointSet< double, 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 195 of file itkBlockMatchingImageFilter.h.

Public Attributes

Pointer Filter
 

Member Data Documentation

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

Definition at line 196 of file itkBlockMatchingImageFilter.h.


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