PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <assert.h>
#include <stdio.h>
#include <string>
#include <iostream>
#include "nvConfigure.h"
#include <GL/glu.h>
#include "nvapi.h"
Go to the source code of this file.
Functions | |
std::string | ColorSpaceToString (NVVIOCOLORSPACE space) |
std::string | ComponentSamplingFormatToString (NVVIOCOMPONENTSAMPLING sampling) |
std::string | DataFormatToString (NVVIODATAFORMAT format) |
std::string | LinkIDToString (NVVIOLINKID id) |
std::string | SignalFormatToString (NVVIOSIGNALFORMAT format) |
std::string | SyncSourceToString (NVVIOSYNCSOURCE source) |
std::string | SyncStatusToString (NVVIOSYNCSTATUS status) |
std::string ColorSpaceToString | ( | NVVIOCOLORSPACE | space | ) |
Definition at line 495 of file nvSDIutil.cpp.
std::string ComponentSamplingFormatToString | ( | NVVIOCOMPONENTSAMPLING | sampling | ) |
Definition at line 473 of file nvSDIutil.cpp.
std::string DataFormatToString | ( | NVVIODATAFORMAT | format | ) |
Definition at line 316 of file nvSDIutil.cpp.
std::string LinkIDToString | ( | NVVIOLINKID | id | ) |
Definition at line 524 of file nvSDIutil.cpp.
std::string SignalFormatToString | ( | NVVIOSIGNALFORMAT | format | ) |
Definition at line 42 of file nvSDIutil.cpp.
std::string SyncSourceToString | ( | NVVIOSYNCSOURCE | source | ) |
Definition at line 457 of file nvSDIutil.cpp.
std::string SyncStatusToString | ( | NVVIOSYNCSTATUS | status | ) |
Definition at line 430 of file nvSDIutil.cpp.