ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkGPUContextManager.h>
Definition at line 38 of file itkGPUContextManager.h.
Public Member Functions | |
void | DestroyInstance () |
cl_command_queue | GetCommandQueue (int i) |
cl_context | GetCurrentContext () |
cl_device_id | GetDeviceId (int i) |
unsigned int | GetNumberOfCommandQueues () |
Public Member Functions inherited from itk::LightObject | |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Static Public Member Functions | |
static GPUContextManager * | GetInstance () |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Member Functions | |
GPUContextManager () | |
~GPUContextManager () | |
Private Attributes | |
cl_command_queue * | m_CommandQueue |
cl_context | m_Context |
cl_device_id * | m_Devices |
cl_uint | m_NumberOfDevices |
cl_uint | m_NumberOfPlatforms |
cl_platform_id | m_Platform |
Static Private Attributes | |
static GPUContextManager * | m_Instance |
Additional Inherited Members | |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
|
private |
|
private |
void itk::GPUContextManager::DestroyInstance | ( | ) |
cl_command_queue itk::GPUContextManager::GetCommandQueue | ( | int | i | ) |
|
inline |
Definition at line 52 of file itkGPUContextManager.h.
cl_device_id itk::GPUContextManager::GetDeviceId | ( | int | i | ) |
|
static |
|
inline |
Definition at line 48 of file itkGPUContextManager.h.
|
private |
Definition at line 66 of file itkGPUContextManager.h.
|
private |
Definition at line 64 of file itkGPUContextManager.h.
|
private |
Definition at line 65 of file itkGPUContextManager.h.
|
staticprivate |
Definition at line 70 of file itkGPUContextManager.h.
|
private |
Definition at line 68 of file itkGPUContextManager.h.
|
private |
Definition at line 68 of file itkGPUContextManager.h.
|
private |
Definition at line 63 of file itkGPUContextManager.h.