#include <vuConvert.h>
Public Member Functions | |
vuConvert () | |
~vuConvert () | |
Static Public Member Functions | |
vu11122 & | convert (vu11122 &dst, const vu11121 &src) |
Convert 1B to 2B. | |
vu11121 & | convert (vu11121 &dst, const vu11122 &src) |
Convert 2B to 1B. |
|
Definition at line 9 of file vuConvert.h. |
|
Definition at line 10 of file vuConvert.h. |
|
Convert 2B to 1B.
Definition at line 27 of file vuConvert.cpp. References byte, dword, vu1::m_Data, vu1::m_DataSize, vu1112::m_Dim1Size, vu1112::m_Dim2Size, vu1112::m_Dim3Size, and word. |
|
Convert 1B to 2B.
Definition at line 4 of file vuConvert.cpp. References byte, dword, vu1::m_Data, vu1::m_DataSize, vu1112::m_Dim1Size, vu1112::m_Dim2Size, vu1112::m_Dim3Size, and word. Referenced by main(). |