go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxCUDAResampler.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 #ifndef __elxCUDAResampler_h
15 #define __elxCUDAResampler_h
16 
17 #include "elxIncludes.h" // include first to avoid MSVS warning
19 
20 namespace elastix
21 {
22 
38 template< class TElastix >
41  typename ResamplerBase< TElastix >::InputImageType,
42  typename ResamplerBase< TElastix >::OutputImageType,
43  typename ResamplerBase< TElastix >::CoordRepType >,
44  public ResamplerBase< TElastix >
45 {
46 public:
47 
55  typedef itk::SmartPointer< Self > Pointer;
56  typedef itk::SmartPointer< const Self > ConstPointer;
57 
59  itkNewMacro( Self );
60 
63 
68  elxClassNameMacro( "CUDAResampler" );
69 
80  typedef typename Superclass1::SizeType SizeType;
88 
97 
98  /* . */
99  virtual int BeforeAll( void );
100 
101  virtual void BeforeRegistration( void );
102 
104  virtual void ReadFromFile( void );
105 
107  virtual void WriteToFile( void ) const;
108 
109 protected:
110 
114  virtual ~CUDAResampler() {}
115 
119  virtual void CheckForValidConfiguration( ValidTransformPointer & bSplineTransform );
120 
121 private:
122 
124  CUDAResampler( const Self & ); // purposely not implemented
126  void operator=( const Self & ); // purposely not implemented
127 
128 };
129 
130 // end class CUDAResampler
131 
132 } // end namespace elastix
133 
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "elxCUDAResampler.hxx"
136 #endif
137 
138 #endif // end #ifndef __elxCUDAResampler_h
itk::SmartPointer< Self > Pointer
Superclass::OutputImageType OutputImageType
virtual int BeforeAll(void)
Superclass2::ElastixPointer ElastixPointer
Superclass2::ElastixType ElastixType
Superclass::TransformPointerType TransformPointerType
Superclass::InterpolatorPointerType InterpolatorPointerType
Superclass1::SizeType SizeType
Superclass::ElastixPointer ElastixPointer
Resample an image on the GPU via a coordinate transform.
Superclass2::ConfigurationPointer ConfigurationPointer
itk::SmartPointer< const Self > ConstPointer
Superclass::InputImageRegionType InputImageRegionType
ElastixType::CoordRepType CoordRepType
A resampler based on the itk::CUDAResampleImageFilter.
Superclass::InputImagePointer InputImagePointer
Superclass1::TransformPointerType TransformPointerType
Superclass::RegistrationType RegistrationType
void operator=(const Self &)
Superclass1::TransformType TransformType
itk::itkCUDAResampleImageFilter< typename ResamplerBase< TElastix >::InputImageType, typename ResamplerBase< TElastix >::OutputImageType, typename ResamplerBase< TElastix >::CoordRepType > Superclass1
elxClassNameMacro("CUDAResampler")
ElastixType::MovingImageType InputImageType
ElastixType::MovingImageType OutputImageType
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationType ConfigurationType
InternalAdvancedBSplineTransformType::Pointer ValidTransformPointer
Superclass1::ValidTransformPointer ValidTransformPointer
Superclass1::InputImageType InputImageType
Superclass::OutputImagePointer OutputImagePointer
Superclass1::OriginPointType OriginPointType
Superclass1::OutputImageRegionType OutputImageRegionType
Superclass1::InputImagePointer InputImagePointer
virtual void BeforeRegistration(void)
Superclass2::ConfigurationType ConfigurationType
Superclass1::InterpolatorType InterpolatorType
Superclass2::RegistrationType RegistrationType
virtual void CheckForValidConfiguration(ValidTransformPointer &bSplineTransform)
Superclass::InputImageType InputImageType
Superclass1::OutputImagePointer OutputImagePointer
Superclass1::OutputImageType OutputImageType
Superclass1::InputImageRegionType InputImageRegionType
virtual void WriteToFile(void) const
virtual void ReadFromFile(void)
Superclass::OriginPointType OriginPointType
Superclass1::InterpolatorPointerType InterpolatePointerType
Superclass::OutputImageRegionType OutputImageRegionType
Superclass2::ITKBaseType ITKBaseType
itk::ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
Superclass1::SpacingType SpacingType
Superclass::ConfigurationPointer ConfigurationPointer
ResamplerBase< TElastix > Superclass2
Superclass1::IndexType IndexType
Superclass::InterpolatorType InterpolatorType
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::PixelType PixelType
Superclass1::PointType PointType


Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo