![]() |
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 66 of file itkGPUImageDataManager.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = GPUImageDataManager |
using | Superclass = GPUDataManager |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | MutexHolderType = std::lock_guard< std::mutex > |
using | Pointer = SmartPointer< Self > |
using | Self = GPUDataManager |
using | Superclass = Object |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual void | Graft (const GPUImageDataManager *data) |
ITK_DISALLOW_COPY_AND_MOVE (GPUImageDataManager) | |
void | SetImagePointer (typename ImageType::Pointer img) |
void | UpdateCPUBuffer () override |
void | UpdateGPUBuffer () override |
![]() | |
void | Allocate () |
unsigned int | GetBufferSize () |
virtual const char * | GetClassName () const |
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 () |
ITK_DISALLOW_COPY_AND_MOVE (GPUDataManager) | |
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 () |
virtual void | UpdateCPUBuffer () |
virtual void | UpdateGPUBuffer () |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
GPUImageDataManager () | |
~GPUImageDataManager () override=default | |
![]() | |
GPUDataManager () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GPUDataManager () override | |
Private Attributes | |
ImageType::Pointer | m_Image |
Friends | |
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 |
std::mutex | m_Mutex |
using itk::GPUImageDataManager< ImageType >::ConstPointer = SmartPointer<const Self> |
Definition at line 78 of file itkGPUImageDataManager.h.
using itk::GPUImageDataManager< ImageType >::Pointer = SmartPointer<Self> |
Definition at line 77 of file itkGPUImageDataManager.h.
using itk::GPUImageDataManager< ImageType >::Self = GPUImageDataManager |
Definition at line 75 of file itkGPUImageDataManager.h.
using itk::GPUImageDataManager< ImageType >::Superclass = GPUDataManager |
Definition at line 76 of file itkGPUImageDataManager.h.
|
inlineprotected |
Definition at line 99 of file itkGPUImageDataManager.h.
|
overrideprotecteddefault |
|
virtual |
Reimplemented from itk::GPUDataManager.
|
virtual |
Grafting GPU Image Data
itk::GPUImageDataManager< ImageType >::ITK_DISALLOW_COPY_AND_MOVE | ( | GPUImageDataManager< ImageType > | ) |
|
static |
void itk::GPUImageDataManager< ImageType >::SetImagePointer | ( | typename ImageType::Pointer | img | ) |
|
overridevirtual |
actual GPU->CPU memory copy takes place here
Reimplemented from itk::GPUDataManager.
|
overridevirtual |
actual CPU->GPU memory copy takes place here
Reimplemented from itk::GPUDataManager.
|
friend |
Definition at line 69 of file itkGPUImageDataManager.h.
|
private |
Definition at line 103 of file itkGPUImageDataManager.h.
Generated on 2023-01-13
for elastix by ![]() |
![]() |