|
|
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.
Inheritance diagram for itk::GPUImageDataManager< ImageType >:Public Types | |
| using | ConstPointer = SmartPointer< const Self > |
| using | Pointer = SmartPointer< Self > |
| using | Self = GPUImageDataManager |
| using | Superclass = GPUDataManager |
Public Types inherited from itk::GPUDataManager | |
| using | ConstPointer = SmartPointer< const Self > |
| using | MutexHolderType = std::lock_guard< std::mutex > |
| using | Pointer = SmartPointer< Self > |
| using | Self = GPUDataManager |
| using | Superclass = Object |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::GPUDataManager | |
| static Pointer | New () |
Protected Member Functions | |
| GPUImageDataManager () | |
| ~GPUImageDataManager () override=default | |
Protected Member Functions inherited from itk::GPUDataManager | |
| GPUDataManager () | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~GPUDataManager () override | |
Private Attributes | |
| ImageType::Pointer | m_Image {} |
Friends | |
| class | OpenCLKernelManager |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUDataManager | |
| 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 1739326392 for elastix by 1.9.8 |