|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUResampleImageFilter.h>
GPU version of ResampleImageFilter.
Definition at line 47 of file itkGPUResampleImageFilter.h.
Inheritance diagram for itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >:Public Member Functions | |
| virtual const char * | GetClassName () const |
| virtual unsigned int | GetRequestedNumberOfSplits () const |
| itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
| itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
| virtual void | SetExtrapolator (ExtrapolatorType *_arg) |
| virtual void | SetInterpolator (InterpolatorType *_arg) |
| virtual void | SetRequestedNumberOfSplits (unsigned int _arg) |
| virtual void | SetTransform (const TransformType *_arg) |
Public Member Functions inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > > | |
| virtual bool | GetGPUEnabled () const |
| virtual void | GPUEnabledOff () |
| virtual void | GPUEnabledOn () |
| virtual void | GraftOutput (DataObject *graft) |
| virtual void | GraftOutput (const DataObjectIdentifierType &key, DataObject *graft) |
| itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
| itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
| virtual void | SetGPUEnabled (bool _arg) |
| virtual void | SetNumberOfThreads (ThreadIdType _arg) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > > | |
| static Pointer | New () |
Protected Types | |
| enum | GPUTransformTypeEnum { IdentityTransform = 1, MatrixOffsetTransform, TranslationTransform, BSplineTransform, Else } |
Protected Member Functions | |
| GPUBSplineBaseTransformType * | GetGPUBSplineBaseTransform (const std::vcl_size_t transformIndex) |
| bool | GetKernelIdFromTransformId (const std::vcl_size_t &index, std::vcl_size_t &kernelId) const |
| int | GetTransformHandle (const GPUTransformTypeEnum type) const |
| const GPUTransformTypeEnum | GetTransformType (const int &transformIndex) const |
| virtual void | GPUGenerateData (void) |
| GPUResampleImageFilter () | |
| bool | HasTransform (const GPUTransformTypeEnum type) const |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
| void | SetArgumentsForLoopKernelManager (const typename GPUInputImage::Pointer &input, const typename GPUOutputImage::Pointer &output) |
| void | SetArgumentsForPostKernelManager (const typename GPUInputImage::Pointer &input, const typename GPUOutputImage::Pointer &output) |
| void | SetArgumentsForPreKernelManager (const typename GPUOutputImage::Pointer &output) |
| void | SetBSplineTransformCoefficientsToGPU (const std::vcl_size_t transformIndex) |
| void | SetTransformParametersForLoopKernelManager (const std::vcl_size_t transformIndex) |
| ~GPUResampleImageFilter () | |
Protected Member Functions inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > > | |
| virtual void | GenerateData () |
| GPUImageToImageFilter () | |
| ~GPUImageToImageFilter () | |
Private Types | |
| typedef std::pair< int, bool > | TransformHandle |
| typedef std::map< GPUTransformTypeEnum, TransformHandle > | TransformsHandle |
Private Member Functions | |
| GPUResampleImageFilter (const Self &) | |
| void | operator= (const Self &) |
Private Attributes | |
| GPUDataManagerPointer | m_DeformationFieldBuffer |
| TransformsHandle | m_FilterLoopGPUKernelHandle |
| GPUDataManagerPointer | m_FilterParameters |
| std::vcl_size_t | m_FilterPostGPUKernelHandle |
| std::vcl_size_t | m_FilterPreGPUKernelHandle |
| GPUDataManagerPointer | m_InputGPUImageBase |
| GPUInterpolatorBase * | m_InterpolatorBase |
| bool | m_InterpolatorIsBSpline |
| std::vcl_size_t | m_InterpolatorSourceLoadedIndex |
| GPUKernelManagerPointer | m_LoopKernelManager |
| GPUDataManagerPointer | m_OutputGPUImageBase |
| GPUKernelManagerPointer | m_PostKernelManager |
| GPUKernelManagerPointer | m_PreKernelManager |
| unsigned int | m_RequestedNumberOfSplits |
| std::vcl_size_t | m_SourceIndex |
| std::vector< std::string > | m_Sources |
| GPUTransformBase * | m_TransformBase |
| bool | m_TransformIsCombo |
| std::vcl_size_t | m_TransformSourceLoadedIndex |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > > | |
| OpenCLKernelManager::Pointer | m_GPUKernelManager |
| typedef GPUCompositeTransformBase< InterpolatorPrecisionType, InputImageDimension > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::CompositeTransformBaseType |
Definition at line 96 of file itkGPUResampleImageFilter.h.
| typedef SmartPointer< const Self > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::ConstPointer |
Definition at line 60 of file itkGPUResampleImageFilter.h.
| typedef ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::CPUSuperclass |
Definition at line 56 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::ExtrapolatorType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::ExtrapolatorType |
Definition at line 84 of file itkGPUResampleImageFilter.h.
| typedef GPUBSplineBaseTransform< InterpolatorPrecisionType, InputImageDimension > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUBSplineBaseTransformType |
Typedefs for the B-spline transform.
Definition at line 107 of file itkGPUResampleImageFilter.h.
| typedef GPUBSplineInterpolatorType::GPUCoefficientImagePointer itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUBSplineInterpolatorCoefficientImagePointer |
Definition at line 102 of file itkGPUResampleImageFilter.h.
| typedef GPUBSplineInterpolatorType::GPUCoefficientImageType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUBSplineInterpolatorCoefficientImageType |
Definition at line 101 of file itkGPUResampleImageFilter.h.
| typedef GPUBSplineInterpolatorType::GPUDataManagerPointer itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUBSplineInterpolatorDataManagerPointer |
Definition at line 103 of file itkGPUResampleImageFilter.h.
| typedef GPUBSplineInterpolateImageFunction< InputImageType, InterpolatorPrecisionType > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUBSplineInterpolatorType |
Typedefs for the B-spline interpolator.
Definition at line 100 of file itkGPUResampleImageFilter.h.
| typedef GPUDataManager::Pointer itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUDataManagerPointer |
Definition at line 94 of file itkGPUResampleImageFilter.h.
| typedef GPUTraits< TInputImage >::Type itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUInputImage |
Definition at line 77 of file itkGPUResampleImageFilter.h.
| typedef OpenCLKernelManager::Pointer itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUKernelManagerPointer |
Other typedefs.
Definition at line 93 of file itkGPUResampleImageFilter.h.
| typedef GPUTraits< TOutputImage >::Type itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUOutputImage |
Definition at line 78 of file itkGPUResampleImageFilter.h.
| typedef GPUImageToImageFilter< TInputImage, TOutputImage, CPUSuperclass > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::GPUSuperclass |
Definition at line 58 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::IndexType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::IndexType |
Definition at line 88 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::InputImageRegionType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputImageRegionType |
Definition at line 85 of file itkGPUResampleImageFilter.h.
| typedef TInputImage itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputImageType |
Some convenient typedefs.
Definition at line 75 of file itkGPUResampleImageFilter.h.
| typedef TInterpolatorPrecisionType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InterpolatorPrecisionType |
Definition at line 79 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::InterpolatorType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InterpolatorType |
Superclass typedefs.
Definition at line 82 of file itkGPUResampleImageFilter.h.
| typedef GPUSuperclass::OutputImagePixelType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OutputImagePixelType |
Definition at line 90 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::OutputImageRegionType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OutputImageRegionType |
Definition at line 86 of file itkGPUResampleImageFilter.h.
| typedef TOutputImage itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OutputImageType |
Definition at line 76 of file itkGPUResampleImageFilter.h.
| typedef SmartPointer< Self > itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::Pointer |
Definition at line 59 of file itkGPUResampleImageFilter.h.
| typedef GPUResampleImageFilter itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::Self |
Standard class typedefs.
Definition at line 54 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::SizeType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::SizeType |
Definition at line 87 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 193 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 194 of file itkGPUResampleImageFilter.h.
| typedef CPUSuperclass::TransformType itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::TransformType |
Definition at line 83 of file itkGPUResampleImageFilter.h.
|
protected |
| Enumerator | |
|---|---|
| IdentityTransform | |
| MatrixOffsetTransform | |
| TranslationTransform | |
| BSplineTransform | |
| Else | |
Definition at line 132 of file itkGPUResampleImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 126 of file itkGPUResampleImageFilter.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUImageToImageFilter< TInputImage, TOutputImage, ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType > >.
|
protected |
Get the BSpline base transform.
|
protected |
Get a handle to the kernel given a handle to a transform.
|
virtual |
|
protected |
Get a handle to a certain transform type.
|
protected |
Get transform type.
|
protectedvirtual |
|
protected |
Check if a certain transform is present in the list of transforms.
| itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::itkStaticConstMacro | ( | InputImageDimension | , |
| unsigned | int, | ||
| TInputImage::ImageDimension | |||
| ) |
ImageDimension constants
| itk::GPUResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::itkStaticConstMacro | ( | OutputImageDimension | , |
| unsigned | int, | ||
| TOutputImage::ImageDimension | |||
| ) |
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
|
protected |
Set arguments for the loop kernel manager.
|
protected |
Set arguments for the post kernel manager.
|
protected |
Set arguments for the pre kernel manager.
|
protected |
Set the B-spline transform coefficient images to the GPU.
|
virtual |
Set the extrapolator. Not yet supported.
|
virtual |
Set the interpolator.
|
virtual |
Set/Get the requested number of splits on OpenCL device. Only works for 3D images. For 1D, 2D are always equal 1.
|
virtual |
Set the transform.
|
protected |
Set arguments for the loop kernel manager.
|
private |
Definition at line 190 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 227 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 189 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 228 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 226 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 187 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 184 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 223 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 220 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 232 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 188 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 233 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 231 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 191 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 218 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 217 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 185 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 224 of file itkGPUResampleImageFilter.h.
|
private |
Definition at line 221 of file itkGPUResampleImageFilter.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |