![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkGPUImageDataManager.h>
Definition at line 67 of file itkGPUImageDataManager.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef GPUImageDataManager | Self |
typedef GPUDataManager | Superclass |
![]() | |
typedef SmartPointer< const Self > | ConstPointer |
typedef MutexLockHolder< SimpleFastMutexLock > | MutexHolderType |
typedef SmartPointer< Self > | Pointer |
typedef GPUDataManager | Self |
typedef Object | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual void | Graft (const GPUImageDataManager *data) |
void | SetImagePointer (typename ImageType::Pointer img) |
virtual void | UpdateCPUBuffer () |
virtual void | UpdateGPUBuffer () |
![]() | |
void | Allocate () |
unsigned int | GetBufferSize () |
virtual const bool & | GetCPUBufferLock () |
void * | GetCPUBufferPointer () |
virtual const bool & | GetGPUBufferLock () |
cl_mem * | GetGPUBufferPointer () |
virtual void | Graft (const GPUDataManager *data) |
virtual void | Initialize () |
bool | IsCPUBufferDirty () |
bool | IsGPUBufferDirty () |
void | SetBufferFlag (cl_mem_flags flags) |
void | SetBufferSize (unsigned int num) |
void | SetCPUBufferDirty () |
void | SetCPUBufferLock (const bool v) |
void | SetCPUBufferPointer (void *ptr) |
void | SetCPUDirtyFlag (bool isDirty) |
void | SetGPUBufferDirty () |
void | SetGPUBufferLock (const bool v) |
void | SetGPUDirtyFlag (bool isDirty) |
bool | Update () |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
GPUImageDataManager () | |
virtual | ~GPUImageDataManager () |
![]() | |
GPUDataManager () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~GPUDataManager () |
Private Member Functions | |
GPUImageDataManager (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ImageType::Pointer | m_Image |
Friends | |
class | GPUImage< typename ImageType::PixelType, ImageType::ImageDimension > |
class | OpenCLKernelManager |
Additional Inherited Members | |
![]() | |
unsigned int | m_BufferSize |
OpenCLContext * | m_Context |
void * | m_CPUBuffer |
bool | m_CPUBufferLock |
cl_mem | m_GPUBuffer |
bool | m_GPUBufferLock |
bool | m_IsCPUBufferDirty |
bool | m_IsGPUBufferDirty |
cl_mem_flags | m_MemFlags |
SimpleFastMutexLock | m_Mutex |
typedef SmartPointer< const Self > itk::GPUImageDataManager< ImageType >::ConstPointer |
Definition at line 78 of file itkGPUImageDataManager.h.
typedef SmartPointer< Self > itk::GPUImageDataManager< ImageType >::Pointer |
Definition at line 77 of file itkGPUImageDataManager.h.
typedef GPUImageDataManager itk::GPUImageDataManager< ImageType >::Self |
Definition at line 75 of file itkGPUImageDataManager.h.
typedef GPUDataManager itk::GPUImageDataManager< ImageType >::Superclass |
Definition at line 76 of file itkGPUImageDataManager.h.
|
inlineprotected |
Definition at line 96 of file itkGPUImageDataManager.h.
|
inlineprotectedvirtual |
Definition at line 97 of file itkGPUImageDataManager.h.
|
private |
|
virtual |
Reimplemented from itk::GPUDataManager.
|
virtual |
Grafting GPU Image Data
|
static |
|
private |
void itk::GPUImageDataManager< ImageType >::SetImagePointer | ( | typename ImageType::Pointer | img | ) |
|
virtual |
actual GPU->CPU memory copy takes place here
Reimplemented from itk::GPUDataManager.
|
virtual |
actual CPU->GPU memory copy takes place here
Reimplemented from itk::GPUDataManager.
|
friend |
Definition at line 71 of file itkGPUImageDataManager.h.
|
friend |
Definition at line 70 of file itkGPUImageDataManager.h.
|
private |
Definition at line 104 of file itkGPUImageDataManager.h.
Generated on 07-03-2016 for elastix by ![]() |
![]() |