NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Protected Member Functions | List of all members
niftk::CUDAImage Class Reference
Inheritance diagram for niftk::CUDAImage:
Inheritance graph
[legend]
Collaboration diagram for niftk::CUDAImage:
Collaboration graph
[legend]

Public Member Functions

LightweightCUDAImage GetLightweightCUDAImage () const
 
void SetLightweightCUDAImage (const LightweightCUDAImage &lwci)
 
MITK stuff not applicable.
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion ()
 
virtual bool VerifyRequestedRegion ()
 
virtual void SetRequestedRegion (const itk::DataObject *data)
 

Protected Member Functions

 CUDAImage ()
 
virtual ~CUDAImage ()
 

Detailed Description

A holder for LightweightCUDAImage so that it can be added to a DataNode and be made available via DataStorage.

Constructor & Destructor Documentation

niftk::CUDAImage::CUDAImage ( )
protected
niftk::CUDAImage::~CUDAImage ( )
protectedvirtual

Member Function Documentation

LightweightCUDAImage niftk::CUDAImage::GetLightweightCUDAImage ( ) const

Returns a copy of the LightweightCUDAImage. Remember: LightweightCUDAImage is merely some form of opaque handle.

Exceptions
nothingshould not throw anything.
bool niftk::CUDAImage::RequestedRegionIsOutsideOfTheBufferedRegion ( )
virtual
Returns
false always
void niftk::CUDAImage::SetLightweightCUDAImage ( const LightweightCUDAImage lwci)

Sets the LightweightCUDAImage handle. Remember: LightweightCUDAImage is merely some form of opaque handle.

Exceptions
nothingshould not throw anything.
void niftk::CUDAImage::SetRequestedRegion ( const itk::DataObject *  data)
virtual

Does nothing.

bool niftk::CUDAImage::VerifyRequestedRegion ( )
virtual
Returns
true always

The documentation for this class was generated from the following files: