![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkGPUUnaryFunctorImageFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | CPUSuperclass = TParentImageFilter |
using | FunctorType = TFunction |
using | GPUSuperclass = GPUInPlaceImageFilter< TInputImage, TOutputImage > |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::ConstPointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = GPUUnaryFunctorImageFilter |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | CPUSuperclass = TParentImageFilter |
using | GPUSuperclass = GPUImageToImageFilter< TInputImage, TOutputImage, TParentImageFilter > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename GPUSuperclass::OutputImagePixelType |
using | OutputImagePointer = typename GPUSuperclass::OutputImagePointer |
using | OutputImageRegionType = typename GPUSuperclass::OutputImageRegionType |
using | OutputImageType = typename GPUSuperclass::OutputImageType |
using | Pointer = SmartPointer< Self > |
using | Self = GPUInPlaceImageFilter |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | Pointer = SmartPointer< Self > |
using | Self = GPUImageToImageFilter |
using | Superclass = TParentImageFilter |
Public Member Functions | |
FunctorType & | GetFunctor () |
const FunctorType & | GetFunctor () const |
virtual const char * | GetNameOfClass () const |
void | SetFunctor (const FunctorType &functor) |
![]() | |
void | GenerateData () override |
virtual bool | GetGPUEnabled () const |
virtual void | GPUEnabledOn () |
virtual void | GraftOutput (const DataObjectIdentifierType &key, typename itk::GPUTraits< TOutputImage >::Type *output) |
virtual void | GraftOutput (typename itk::GPUTraits< TOutputImage >::Type *output) |
virtual void | SetGPUEnabled (bool _arg) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
void | GenerateOutputInformation () override |
void | GPUGenerateData () override |
GPUUnaryFunctorImageFilter ()=default | |
~GPUUnaryFunctorImageFilter () override=default | |
![]() | |
void | AllocateOutputs () override |
GPUInPlaceImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUInPlaceImageFilter () override | |
void | ReleaseInputs () override |
![]() | |
GPUImageToImageFilter () | |
void | GraftOutput (const DataObjectIdentifierType &key, DataObject *output) override |
void | GraftOutput (DataObject *output) override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUImageToImageFilter () override | |
Protected Attributes | |
int | m_UnaryFunctorImageFilterGPUKernelHandle {} |
![]() | |
GPUKernelManager::Pointer | m_GPUKernelManager {} |
Private Attributes | |
FunctorType | m_Functor {} |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Implements pixel-wise generic operation on one image using the GPU.
GPU version of unary functor image filter. GPU Functor handles parameter setup for the GPU kernel.
Definition at line 39 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::ConstPointer = SmartPointer<const Self> |
Definition at line 50 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::CPUSuperclass = TParentImageFilter |
Definition at line 47 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::FunctorType = TFunction |
Some type alias.
Definition at line 59 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::GPUSuperclass = GPUInPlaceImageFilter<TInputImage, TOutputImage> |
Definition at line 48 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 64 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImagePointer = typename InputImageType::ConstPointer |
Definition at line 62 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 63 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImageType = TInputImage |
Definition at line 61 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 69 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 67 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 68 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImageType = TOutputImage |
Definition at line 66 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::Pointer = SmartPointer<Self> |
Definition at line 49 of file itkGPUUnaryFunctorImageFilter.h.
using itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::Self = GPUUnaryFunctorImageFilter |
Standard class type aliases.
Definition at line 46 of file itkGPUUnaryFunctorImageFilter.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotected |
|
inline |
Definition at line 73 of file itkGPUUnaryFunctorImageFilter.h.
|
inline |
Definition at line 79 of file itkGPUUnaryFunctorImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, TParentImageFilter >.
Reimplemented in itk::GPUBinaryThresholdImageFilter< TInputImage, TOutputImage >, and itk::GPUCastImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
Reimplemented from itk::GPUImageToImageFilter< TInputImage, TOutputImage, TParentImageFilter >.
|
static |
Method for creation through the object factory.
|
inline |
Set the functor object.
Definition at line 86 of file itkGPUUnaryFunctorImageFilter.h.
|
private |
Definition at line 112 of file itkGPUUnaryFunctorImageFilter.h.
|
protected |
GPU kernel handle is defined here instead of in the child class because GPUGenerateData() in this base class is used.
Definition at line 109 of file itkGPUUnaryFunctorImageFilter.h.