#include <mi32/mgd2.h>
Include dependency graph for mxstereo.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | STEREOPARM |
Defines | |
| #define | MxSTEREOFLAG_AllowSepWindows 0x0001 |
| #define | MxSTEREOFLAG_NeedAnaglyphPixels 0x0002 |
Enumerations | |
| enum | ANAGLYPH { ANAGLYPH_RedGreen = 0, ANAGLYPH_RedBlue = 1, ANAGLYPH_RedCyan = 2, ANAGLYPH_GreenRed = 3, ANAGLYPH_GreenBlue = 4, ANAGLYPH_GreenMagenta = 5, ANAGLYPH_BlueRed = 6, ANAGLYPH_BlueGreen = 7, ANAGLYPH_BlueYellow = 8, ANAGLYPH_CyanRed = 9, ANAGLYPH_MagentaGreen = 10, ANAGLYPH_YellowBlue = 11, ANAGLYPH_RedBlueMI = 12 } |
| enum | STEREOMODE { STEREOMODE_SeparateFrames = 100, STEREOMODE_InterlaceLines = 101, STEREOMODE_InterlaceColumns = 102, STEREOMODE_Anaglyph = 103 } |
| enum | STEREOVIEW { STEREOVIEW_Left = 0, STEREOVIEW_Right = 1 } |
Functions | |
| void | MxStereoParmInit (STEREOPARM *stereoparm, UINT32 flags) |
| int | MxStereoSetup (Widget pwidget, STEREOPARM *RetStereoParm) |
Definition in file mxstereo.h.
|
|
Allow separate-window stereo modes.
Definition at line 121 of file mxstereo.h. |
|
|
Definition at line 122 of file mxstereo.h. |
|
|
Definition at line 105 of file mxstereo.h. |
|
|
Definition at line 98 of file mxstereo.h. |
|
|
Definition at line 93 of file mxstereo.h. |
|
||||||||||||
|
Initialize STEREOPARM structure.
|
|
||||||||||||
|
Dialog allowing user to set stereo viewing options.
|
1.3.8-20040913