|
VTK
|
#include <vtkOpenGLState.h>
Public Member Functions | |
| void | Update () |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Public Attributes | |
| GLboolean | SwapBytes |
| GLboolean | LsbFirst |
| GLint | RowLength |
| GLint | SkipRows |
| GLint | SkipPixels |
| GLint | Alignment |
| GLint | ImageHeight |
| GLint | SkipImages |
Definition at line 155 of file vtkOpenGLState.h.
| void vtkOpenGLPixelControl::Update | ( | ) |
| void vtkOpenGLPixelControl::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| GLboolean vtkOpenGLPixelControl::SwapBytes |
Definition at line 161 of file vtkOpenGLState.h.
| GLboolean vtkOpenGLPixelControl::LsbFirst |
Definition at line 162 of file vtkOpenGLState.h.
| GLint vtkOpenGLPixelControl::RowLength |
Definition at line 163 of file vtkOpenGLState.h.
| GLint vtkOpenGLPixelControl::SkipRows |
Definition at line 164 of file vtkOpenGLState.h.
| GLint vtkOpenGLPixelControl::SkipPixels |
Definition at line 165 of file vtkOpenGLState.h.
| GLint vtkOpenGLPixelControl::Alignment |
Definition at line 166 of file vtkOpenGLState.h.
| GLint vtkOpenGLPixelControl::ImageHeight |
Definition at line 169 of file vtkOpenGLState.h.
| GLint vtkOpenGLPixelControl::SkipImages |
Definition at line 170 of file vtkOpenGLState.h.
1.8.9.1