![]() |
RTK
2.7.0
Reconstruction Toolkit
|
#include <rtkCudaCropImageFilter.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | GPUSuperclass = itk::CudaImageToImageFilter< itk::CudaImage< float, 3 >, itk::CudaImage< float, 3 >, Superclass > |
using | ImageType = itk::CudaImage< float, 3 > |
using | Pointer = itk::SmartPointer< Self > |
using | Self = CudaCropImageFilter |
using | Superclass = itk::CropImageFilter< itk::CudaImage< float, 3 >, itk::CudaImage< float, 3 > > |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CudaCropImageFilter () | |
virtual void | GPUGenerateData () |
virtual | ~CudaCropImageFilter () |
Decrease the image size by cropping the image by an itk::Size at both the upper and lower bounds of the largest possible region.
CropImageFilter changes the image boundary of an image by removing pixels outside the target region. The target region is not specified in advance, but calculated in BeforeThreadedGenerateData().
This filter uses CropImageFilter to perform the cropping.
Definition at line 48 of file rtkCudaCropImageFilter.h.
using rtk::CudaCropImageFilter::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 62 of file rtkCudaCropImageFilter.h.
using rtk::CudaCropImageFilter::GPUSuperclass = itk::CudaImageToImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3>, Superclass> |
Definition at line 60 of file rtkCudaCropImageFilter.h.
using rtk::CudaCropImageFilter::ImageType = itk::CudaImage<float, 3> |
Standard class type alias.
Definition at line 57 of file rtkCudaCropImageFilter.h.
Definition at line 61 of file rtkCudaCropImageFilter.h.
Definition at line 58 of file rtkCudaCropImageFilter.h.
using rtk::CudaCropImageFilter::Superclass = itk::CropImageFilter<itk::CudaImage<float, 3>, itk::CudaImage<float, 3> > |
Definition at line 59 of file rtkCudaCropImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 72 of file rtkCudaCropImageFilter.h.
virtual::itk::LightObject::Pointer rtk::CudaCropImageFilter::CreateAnother | ( | ) | const |
|
override |
Run-time type information (and related methods).
|
protectedvirtual |
|
static |
Method for creation through the object factory.