PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusDataCollection/NVidiaDVP/nvGPUutil.h>
Public Member Functions | |
CNvGpu () | |
HGPUNV | getAffinityHandle () |
bool | Init (HGPUNV gpuAffinityHandle, bool bPrimary, bool bDisplay) |
bool | isDisplay () |
bool | isPrimary () |
virtual | ~CNvGpu () |
Protected Attributes | |
bool | m_bDisplay |
bool | m_bPrimary |
HGPUNV | m_hGpu |
Definition at line 58 of file nvGPUutil.h.
CNvGpu::CNvGpu | ( | ) |
Definition at line 307 of file nvGPUutil.cpp.
|
virtual |
Definition at line 313 of file nvGPUutil.cpp.
HGPUNV CNvGpu::getAffinityHandle | ( | ) |
Definition at line 340 of file nvGPUutil.cpp.
bool CNvGpu::Init | ( | HGPUNV | gpuAffinityHandle, |
bool | bPrimary, | ||
bool | bDisplay | ||
) |
Definition at line 319 of file nvGPUutil.cpp.
bool CNvGpu::isDisplay | ( | ) |
Definition at line 334 of file nvGPUutil.cpp.
bool CNvGpu::isPrimary | ( | ) |
Definition at line 328 of file nvGPUutil.cpp.
|
protected |
Definition at line 72 of file nvGPUutil.h.
|
protected |
Definition at line 71 of file nvGPUutil.h.
|
protected |
Definition at line 70 of file nvGPUutil.h.