ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#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 37 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, TParentImageFilter > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentImageFilter | CPUSuperclass |
typedef GPUImageToImageFilter < TInputImage, TOutputImage, TParentImageFilter > | 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, TParentImageFilter > | |
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 SmartPointer< Self > | Pointer |
typedef GPUImageToImageFilter | Self |
typedef TParentImageFilter | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
FunctorType & | GetFunctor () |
const FunctorType & | GetFunctor () const |
virtual const char * | GetNameOfClass () const |
void | SetFunctor (const FunctorType &functor) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | GenerateOutputInformation () |
virtual void | GPUGenerateData () |
GPUUnaryFunctorImageFilter () | |
virtual | ~GPUUnaryFunctorImageFilter () |
Protected Member Functions inherited from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, TParentImageFilter > | |
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, TParentImageFilter > | |
GPUImageToImageFilter () | |
~GPUImageToImageFilter () | |
Protected Attributes | |
int | m_UnaryFunctorImageFilterGPUKernelHandle |
Private Member Functions | |
GPUUnaryFunctorImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
FunctorType | m_Functor |
Additional Inherited Members | |
Static Public Attributes inherited from itk::GPUInPlaceImageFilter< TInputImage, TOutputImage, TParentImageFilter > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
typedef SmartPointer< const Self > itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::ConstPointer |
Definition at line 46 of file itkGPUUnaryFunctorImageFilter.h.
typedef TParentImageFilter itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::CPUSuperclass |
Definition at line 43 of file itkGPUUnaryFunctorImageFilter.h.
typedef TFunction itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::FunctorType |
Some typedefs.
Definition at line 52 of file itkGPUUnaryFunctorImageFilter.h.
typedef GPUInPlaceImageFilter< TInputImage, TOutputImage > itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::GPUSuperclass |
Definition at line 44 of file itkGPUUnaryFunctorImageFilter.h.
typedef InputImageType::PixelType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImagePixelType |
Definition at line 60 of file itkGPUUnaryFunctorImageFilter.h.
typedef InputImageType::ConstPointer itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImagePointer |
Definition at line 58 of file itkGPUUnaryFunctorImageFilter.h.
typedef InputImageType::RegionType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImageRegionType |
Definition at line 59 of file itkGPUUnaryFunctorImageFilter.h.
typedef TInputImage itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::InputImageType |
Definition at line 57 of file itkGPUUnaryFunctorImageFilter.h.
typedef OutputImageType::PixelType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImagePixelType |
Definition at line 65 of file itkGPUUnaryFunctorImageFilter.h.
typedef OutputImageType::Pointer itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImagePointer |
Definition at line 63 of file itkGPUUnaryFunctorImageFilter.h.
typedef OutputImageType::RegionType itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImageRegionType |
Definition at line 64 of file itkGPUUnaryFunctorImageFilter.h.
typedef TOutputImage itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::OutputImageType |
Definition at line 62 of file itkGPUUnaryFunctorImageFilter.h.
typedef SmartPointer< Self > itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::Pointer |
Definition at line 45 of file itkGPUUnaryFunctorImageFilter.h.
typedef GPUUnaryFunctorImageFilter itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::Self |
Standard class typedefs.
Definition at line 42 of file itkGPUUnaryFunctorImageFilter.h.
|
inlineprotected |
Definition at line 86 of file itkGPUUnaryFunctorImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 88 of file itkGPUUnaryFunctorImageFilter.h.
|
private |
virtual::itk::LightObject::Pointer itk::GPUUnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction, TParentImageFilter >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
|
inline |
Definition at line 67 of file itkGPUUnaryFunctorImageFilter.h.
|
inline |
Definition at line 70 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 >.
|
protectedvirtual |
Reimplemented from itk::GPUImageToImageFilter< TInputImage, TOutputImage, TParentImageFilter >.
Reimplemented in itk::GPUBinaryThresholdImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
inline |
Set the functor object.
Definition at line 75 of file itkGPUUnaryFunctorImageFilter.h.
|
private |
Definition at line 103 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 97 of file itkGPUUnaryFunctorImageFilter.h.