|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkCUDAResampleImageFilter.h>


Data Structures | |
| class | WarningReportType |
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef cuda::CUDAResampleImageFilter < typename InternalBSplineTransformType::ParametersValueType, typename TInputImage::PixelType, float > | CudaResampleImageFilterType |
| typedef Superclass::DirectionType | DirectionType |
| typedef Superclass::ImageBaseType | ImageBaseType |
| typedef Superclass::IndexType | IndexType |
| typedef Superclass::InputImageConstPointer | InputImageConstPointer |
| typedef Superclass::InputImagePointer | InputImagePointer |
| typedef Superclass::InputImageRegionType | InputImageRegionType |
| typedef Superclass::InputImageType | InputImageType |
| typedef Superclass::InputPixelType | InputPixelType |
| typedef AdvancedBSplineDeformableTransform < TInterpolatorPrecisionType, 3, 3 > | InternalAdvancedBSplineTransformType |
| typedef BSplineDeformableTransform < TInterpolatorPrecisionType, 3, 3 > | InternalBSplineTransformType |
| typedef AdvancedCombinationTransform < TInterpolatorPrecisionType, 3 > | InternalComboTransformType |
| typedef Superclass::InterpolatorPointerType | InterpolatorPointerType |
| typedef Superclass::InterpolatorType | InterpolatorType |
| typedef Superclass::OriginPointType | OriginPointType |
| typedef Superclass::OutputImagePointer | OutputImagePointer |
| typedef Superclass::OutputImageRegionType | OutputImageRegionType |
| typedef Superclass::OutputImageType | OutputImageType |
| typedef Superclass::PixelType | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass::PointType | PointType |
| typedef itkCUDAResampleImageFilter | Self |
| typedef Superclass::SizeType | SizeType |
| typedef Superclass::SpacingType | SpacingType |
| typedef ResampleImageFilter < TInputImage, TOutputImage, TInterpolatorPrecisionType > | Superclass |
| typedef Superclass::TransformPointerType | TransformPointerType |
| typedef Superclass::TransformType | TransformType |
| typedef InternalAdvancedBSplineTransformType::ConstPointer | ValidTransformConstPointer |
| typedef InternalAdvancedBSplineTransformType::Pointer | ValidTransformPointer |
Public Member Functions | |
| virtual void | GenerateData (void) |
| virtual const char * | GetClassName () const |
| virtual bool | GetUseCuda () const |
| virtual bool | GetUseFastCUDAKernel () const |
| virtual bool | GetUseGPUToCastData () const |
| virtual const WarningReportType & | GetWarningReport (void) const |
| virtual void | SetUseCuda (bool _arg) |
| virtual void | SetUseFastCUDAKernel (bool _arg) |
| virtual void | SetUseGPUToCastData (bool _arg) |
| virtual void | UseCudaOff () |
| virtual void | UseCudaOn () |
| virtual void | UseFastCUDAKernelOff () |
| virtual void | UseFastCUDAKernelOn () |
| virtual void | UseGPUToCastDataOff () |
| virtual void | UseGPUToCastDataOn () |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| virtual void | CheckForValidConfiguration (ValidTransformPointer &bSplineTransform) |
| itkCUDAResampleImageFilter () | |
| ~itkCUDAResampleImageFilter () | |
Private Member Functions | |
| bool | CheckForValidDirectionCosines (ValidTransformPointer bSplineTransform) |
| bool | CheckForValidInterpolator (void) const |
| bool | CheckForValidTransform (ValidTransformPointer &bSplineTransform) const |
| void | CopyParameters (ValidTransformPointer bSplineTransform) |
Private Attributes | |
| CudaResampleImageFilterType | m_CudaResampleImageFilter |
| bool | m_UseCuda |
| bool | m_UseFastCUDAKernel |
| bool | m_UseGPUToCastData |
| WarningReportType | m_WarningReport |
Resample an image on the GPU via a coordinate transform.
This class is an ITK wrap around a pure CUDA resampling class.
Definition at line 40 of file itkCUDAResampleImageFilter.h.
| typedef SmartPointer<const Self> itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::ConstPointer |
Definition at line 49 of file itkCUDAResampleImageFilter.h.
| typedef cuda::CUDAResampleImageFilter< typename InternalBSplineTransformType::ParametersValueType, typename TInputImage::PixelType, float > itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::CudaResampleImageFilterType |
Definition at line 92 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::DirectionType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::DirectionType |
Definition at line 78 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::ImageBaseType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::ImageBaseType |
Definition at line 79 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::IndexType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::IndexType |
Definition at line 71 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InputImageConstPointer itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputImageConstPointer |
Definition at line 61 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InputImagePointer itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputImagePointer |
Definition at line 60 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InputImageRegionType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputImageRegionType |
Definition at line 63 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InputImageType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputImageType |
Typedefs from Superclass.
Definition at line 55 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InputPixelType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InputPixelType |
Definition at line 74 of file itkCUDAResampleImageFilter.h.
| typedef AdvancedBSplineDeformableTransform< TInterpolatorPrecisionType, 3, 3 > itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InternalAdvancedBSplineTransformType |
Definition at line 85 of file itkCUDAResampleImageFilter.h.
| typedef BSplineDeformableTransform< TInterpolatorPrecisionType, 3, 3 > itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InternalBSplineTransformType |
Definition at line 89 of file itkCUDAResampleImageFilter.h.
| typedef AdvancedCombinationTransform< TInterpolatorPrecisionType, 3 > itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InternalComboTransformType |
Typedefs.
Definition at line 83 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InterpolatorPointerType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InterpolatorPointerType |
Definition at line 68 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::InterpolatorType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::InterpolatorType |
Definition at line 67 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::OriginPointType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OriginPointType |
Definition at line 77 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::OutputImagePointer itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OutputImagePointer |
Definition at line 62 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::OutputImageRegionType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OutputImageRegionType |
Definition at line 75 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::OutputImageType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::OutputImageType |
Definition at line 59 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::PixelType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::PixelType |
Definition at line 73 of file itkCUDAResampleImageFilter.h.
| typedef SmartPointer<Self> itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::Pointer |
Definition at line 48 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::PointType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::PointType |
Definition at line 72 of file itkCUDAResampleImageFilter.h.
| typedef itkCUDAResampleImageFilter itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::Self |
Standard class typedefs.
Definition at line 45 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::SizeType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::SizeType |
Definition at line 70 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::SpacingType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::SpacingType |
Definition at line 76 of file itkCUDAResampleImageFilter.h.
| typedef ResampleImageFilter< TInputImage,TOutputImage,TInterpolatorPrecisionType> itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::Superclass |
Definition at line 47 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::TransformPointerType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::TransformPointerType |
Definition at line 66 of file itkCUDAResampleImageFilter.h.
| typedef Superclass::TransformType itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::TransformType |
Definition at line 65 of file itkCUDAResampleImageFilter.h.
| typedef InternalAdvancedBSplineTransformType::ConstPointer itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::ValidTransformConstPointer |
Definition at line 87 of file itkCUDAResampleImageFilter.h.
| typedef InternalAdvancedBSplineTransformType::Pointer itk::itkCUDAResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >::ValidTransformPointer |
Definition at line 86 of file itkCUDAResampleImageFilter.h.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented in elastix::CUDAResampler< TElastix >.
|
private |
Helper function to check for a valid direction cosines. Currently, only GPU resampling using identity cosines is supported.
|
private |
Helper function to check for a valid interpolator. Currently, only GPU resampling using 3-rd order B-spline interpolation is supported.
|
private |
Helper function to check for a valid transform. Currently, only GPU resampling of 3D images for 3-rd order B-splines is supported, and only for one transform, so no concatenations.
|
private |
Helper function to copy data.
|
virtual |
Implements GPU resampling.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::CUDAResampler< TElastix >.
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Definition at line 134 of file itkCUDAResampleImageFilter.h.
|
static |
Method for creation through the object factory.
|
virtual |
Set whether to use the GPU.
|
virtual |
Set whether to use the fast or the accurate CUDA kernel.
|
virtual |
Set whether to use the GPU for casting (or the CPU).
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
Definition at line 152 of file itkCUDAResampleImageFilter.h.
|
private |
Private members.
Definition at line 148 of file itkCUDAResampleImageFilter.h.
|
private |
Definition at line 150 of file itkCUDAResampleImageFilter.h.
|
private |
Definition at line 149 of file itkCUDAResampleImageFilter.h.
|
private |
Definition at line 153 of file itkCUDAResampleImageFilter.h.
Generated on 06-12-2013 for elastix by 1.8.5 |