00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef __SOWINXT2STEREO_H__
00024 #define __SOWINXT2STEREO_H__
00025
00026 #define SoWinAnaglyphStereo SoAnaglyphStereo
00027 #define SoWinAnaglyphstereo SoAnaglyphStereo
00028 #define SoWinHalfScreenStereo SoHalfScreenStereo
00029 #define SoWinInterlacedStereo SoInterlacedStereo
00030 #define SoWinNoStereoView SoNoStereoView
00031 #define SoWinRawStereo SoRawStereo
00032 #define SoWinSSDIStereo SoSSDIStereo
00033 #define SoWinStereoDialog SoStereoDialog
00034 #define SoWinStereoViewer SoStereoViewer
00035 #define SoWinStereoViewType SoBaseStereo
00036
00037 #define SoXtAnaglyphStereo SoAnaglyphStereo
00038 #define SoXtAnaglyphstereo SoAnaglyphStereo
00039 #define SoXtHalfScreenStereo SoHalfScreenStereo
00040 #define SoXtInterlacedStereo SoInterlacedStereo
00041 #define SoXtNoStereoView SoNoStereoView
00042 #define SoXtRawStereo SoRawStereo
00043 #define SoXtStereoDialog SoStereoDialog
00044 #define SoXtStereoViewer SoStereoViewer
00045 #define SoXtStereoViewType SoBaseStereo
00046
00047 #define SoQtAnaglyphStereo SoAnaglyphStereo
00048 #define SoQtAnaglyphstereo SoAnaglyphStereo
00049 #define SoQtHalfScreenStereo SoHalfScreenStereo
00050 #define SoQtInterlacedStereo SoInterlacedStereo
00051 #define SoQtNoStereoView SoNoStereoView
00052 #define SoQtRawStereo SoRawStereo
00053 #define SoQtStereoDialog SoStereoDialog
00054 #define SoQtStereoViewer SoStereoViewer
00055 #define SoQtStereoViewType SoBaseStereo
00056
00057 #endif
00058
00059
00060