PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusDataCollection/NVidiaDVP/nvSDIout.h>
Public Member Functions | |
CNvSDIoutGpu () | |
NvVioHandle | GetVioHandle () |
bool | Init (HGPUNV gpuAffinityHandle, bool bPrimary, bool bDisplay, bool bSDIOutput, NvVioHandle hVioHandle) |
bool | IsSDIoutput () |
virtual | ~CNvSDIoutGpu () |
Public Member Functions inherited from CNvGpu | |
CNvGpu () | |
HGPUNV | getAffinityHandle () |
bool | Init (HGPUNV gpuAffinityHandle, bool bPrimary, bool bDisplay) |
bool | isDisplay () |
bool | isPrimary () |
virtual | ~CNvGpu () |
Protected Attributes | |
bool | m_bSDIoutput |
NvVioHandle | m_hVioHandle |
Protected Attributes inherited from CNvGpu | |
bool | m_bDisplay |
bool | m_bPrimary |
HGPUNV | m_hGpu |
Definition at line 58 of file nvSDIout.h.
CNvSDIoutGpu::CNvSDIoutGpu | ( | ) |
Definition at line 1297 of file nvSDIout.cpp.
|
virtual |
Definition at line 1303 of file nvSDIout.cpp.
NvVioHandle CNvSDIoutGpu::GetVioHandle | ( | ) |
Definition at line 1324 of file nvSDIout.cpp.
bool CNvSDIoutGpu::Init | ( | HGPUNV | gpuAffinityHandle, |
bool | bPrimary, | ||
bool | bDisplay, | ||
bool | bSDIOutput, | ||
NvVioHandle | hVioHandle | ||
) |
Definition at line 1309 of file nvSDIout.cpp.
bool CNvSDIoutGpu::IsSDIoutput | ( | ) |
Definition at line 1318 of file nvSDIout.cpp.
|
protected |
Definition at line 69 of file nvSDIout.h.
|
protected |
Definition at line 70 of file nvSDIout.h.