Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUUnaryFunctorImageFilter.h>
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 61 of file itkGPUUnaryFunctorImageFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentImageFilter | CPUSuperclass |
typedef TFunction | FunctorType |
typedef GPUInPlaceImageFilter< TInputImage, TOutputImage > | GPUSuperclass |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::ConstPointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUUnaryFunctorImageFilter | Self |
Public Types inherited from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InPlaceImageFilter< TInputImage, TOutputImage > | CPUSuperclass |
typedef GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | GPUSuperclass |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef GPUSuperclass::OutputImagePixelType | OutputImagePixelType |
typedef GPUSuperclass::OutputImagePointer | OutputImagePointer |
typedef GPUSuperclass::OutputImageRegionType | OutputImageRegionType |
typedef GPUSuperclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUInPlaceImageFilter | Self |
Public Types inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUImageToImageFilter | Self |
typedef InPlaceImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () const |
FunctorType & | GetFunctor () |
const FunctorType & | GetFunctor () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
void | SetFunctor (const FunctorType &functor) |
Public Member Functions inherited from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
Public Member Functions inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
virtual const char * | GetClassName () const |
virtual bool | GetGPUEnabled () const |
virtual void | GPUEnabledOff () |
virtual void | GPUEnabledOn () |
virtual void | GraftOutput (const DataObjectIdentifierType &key, DataObject *graft) |
virtual void | GraftOutput (DataObject *graft) |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual void | SetGPUEnabled (bool _arg) |
virtual void | SetNumberOfWorkUnits (ThreadIdType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
static Pointer | New () |
Protected Member Functions | |
virtual void | GenerateOutputInformation () |
virtual void | GPUGenerateData () |
GPUUnaryFunctorImageFilter () | |
virtual | ~GPUUnaryFunctorImageFilter () |
Protected Member Functions inherited from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
virtual void | AllocateOutputs () |
GPUInPlaceImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | ReleaseInputs () |
~GPUInPlaceImageFilter () | |
Protected Member Functions inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
virtual void | GenerateData () |
virtual void | GPUGenerateData () |
GPUImageToImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
~GPUImageToImageFilter () | |
Protected Attributes | |
int | m_UnaryFunctorImageFilterGPUKernelHandle |
Protected Attributes inherited from itk::GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > > | |
OpenCLKernelManager::Pointer | m_GPUKernelManager |
Private Member Functions | |
GPUUnaryFunctorImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
FunctorType | m_Functor |
typedef SmartPointer< const Self > itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::ConstPointer |
Definition at line 71 of file itkGPUUnaryFunctorImageFilter.h.
typedef TParentImageFilter itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::CPUSuperclass |
Definition at line 68 of file itkGPUUnaryFunctorImageFilter.h.
typedef TFunction itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::FunctorType |
Some typedefs.
Definition at line 80 of file itkGPUUnaryFunctorImageFilter.h.
typedef GPUInPlaceImageFilter< TInputImage, TOutputImage > itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::GPUSuperclass |
Definition at line 69 of file itkGPUUnaryFunctorImageFilter.h.
typedef InputImageType::PixelType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImagePixelType |
Definition at line 85 of file itkGPUUnaryFunctorImageFilter.h.
typedef InputImageType::ConstPointer itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImagePointer |
Definition at line 83 of file itkGPUUnaryFunctorImageFilter.h.
typedef InputImageType::RegionType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImageRegionType |
Definition at line 84 of file itkGPUUnaryFunctorImageFilter.h.
typedef TInputImage itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImageType |
Definition at line 82 of file itkGPUUnaryFunctorImageFilter.h.
typedef OutputImageType::PixelType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImagePixelType |
Definition at line 90 of file itkGPUUnaryFunctorImageFilter.h.
typedef OutputImageType::Pointer itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImagePointer |
Definition at line 88 of file itkGPUUnaryFunctorImageFilter.h.
typedef OutputImageType::RegionType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImageRegionType |
Definition at line 89 of file itkGPUUnaryFunctorImageFilter.h.
typedef TOutputImage itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImageType |
Definition at line 87 of file itkGPUUnaryFunctorImageFilter.h.
typedef SmartPointer< Self > itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::Pointer |
Definition at line 70 of file itkGPUUnaryFunctorImageFilter.h.
typedef GPUUnaryFunctorImageFilter itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::Self |
Standard class typedefs.
Definition at line 67 of file itkGPUUnaryFunctorImageFilter.h.
|
inlineprotected |
Definition at line 123 of file itkGPUUnaryFunctorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 125 of file itkGPUUnaryFunctorImageFilter.h.
|
private |
|
protectedvirtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > >.
Reimplemented in itk::GPUCastImageFilter< TInputImage, TOutputImage >.
|
inline |
Definition at line 98 of file itkGPUUnaryFunctorImageFilter.h.
|
inline |
Definition at line 104 of file itkGPUUnaryFunctorImageFilter.h.
|
protectedvirtual |
Reimplemented from itk::GPUImageToImageFilter< TInputImage, TOutputImage, InPlaceImageFilter< TInputImage, TOutputImage > >.
Reimplemented in itk::GPUCastImageFilter< TInputImage, TOutputImage >.
itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
TInputImage::ImageDimension | |||
) |
ImageDimension constants
itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::itkStaticConstMacro | ( | OutputImageDimension | , |
unsigned int | , | ||
TOutputImage::ImageDimension | |||
) |
|
static |
Method for creation through the object factory.
|
private |
|
inline |
Set the functor object.
Definition at line 111 of file itkGPUUnaryFunctorImageFilter.h.
|
private |
Definition at line 140 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 133 of file itkGPUUnaryFunctorImageFilter.h.
Generated on 1667476801 for elastix by 1.9.4 |