|
VTK
|
#include <vtkOpenGLState.h>
Public Member Functions | |
| GLState () | |
Public Attributes | |
| double | ClearDepth |
| unsigned char | DepthMask |
| unsigned int | DepthFunc |
| unsigned int | BlendEquationValue1 |
| unsigned int | BlendEquationValue2 |
| unsigned int | CullFaceMode |
| std::array< float, 4 > | ClearColor |
| std::array< unsigned char, 4 > | ColorMask |
| std::array< int, 4 > | Viewport |
| std::array< int, 4 > | Scissor |
| std::array< unsigned int, 4 > | BlendFunc |
| bool | DepthTest |
| bool | CullFace |
| bool | ScissorTest |
| bool | StencilTest |
| bool | Blend |
| bool | MultiSample |
| int | MaxTextureSize |
| int | MajorVersion |
| int | MinorVersion |
Definition at line 217 of file vtkOpenGLState.h.
|
inline |
Definition at line 240 of file vtkOpenGLState.h.
| double vtkOpenGLState::GLState::ClearDepth |
Definition at line 220 of file vtkOpenGLState.h.
| unsigned char vtkOpenGLState::GLState::DepthMask |
Definition at line 221 of file vtkOpenGLState.h.
| unsigned int vtkOpenGLState::GLState::DepthFunc |
Definition at line 222 of file vtkOpenGLState.h.
| unsigned int vtkOpenGLState::GLState::BlendEquationValue1 |
Definition at line 223 of file vtkOpenGLState.h.
| unsigned int vtkOpenGLState::GLState::BlendEquationValue2 |
Definition at line 224 of file vtkOpenGLState.h.
| unsigned int vtkOpenGLState::GLState::CullFaceMode |
Definition at line 225 of file vtkOpenGLState.h.
| std::array<float, 4> vtkOpenGLState::GLState::ClearColor |
Definition at line 226 of file vtkOpenGLState.h.
| std::array<unsigned char, 4> vtkOpenGLState::GLState::ColorMask |
Definition at line 227 of file vtkOpenGLState.h.
| std::array<int, 4> vtkOpenGLState::GLState::Viewport |
Definition at line 228 of file vtkOpenGLState.h.
| std::array<int, 4> vtkOpenGLState::GLState::Scissor |
Definition at line 229 of file vtkOpenGLState.h.
| std::array<unsigned int, 4> vtkOpenGLState::GLState::BlendFunc |
Definition at line 230 of file vtkOpenGLState.h.
| bool vtkOpenGLState::GLState::DepthTest |
Definition at line 231 of file vtkOpenGLState.h.
| bool vtkOpenGLState::GLState::CullFace |
Definition at line 232 of file vtkOpenGLState.h.
| bool vtkOpenGLState::GLState::ScissorTest |
Definition at line 233 of file vtkOpenGLState.h.
| bool vtkOpenGLState::GLState::StencilTest |
Definition at line 234 of file vtkOpenGLState.h.
| bool vtkOpenGLState::GLState::Blend |
Definition at line 235 of file vtkOpenGLState.h.
| bool vtkOpenGLState::GLState::MultiSample |
Definition at line 236 of file vtkOpenGLState.h.
| int vtkOpenGLState::GLState::MaxTextureSize |
Definition at line 237 of file vtkOpenGLState.h.
| int vtkOpenGLState::GLState::MajorVersion |
Definition at line 238 of file vtkOpenGLState.h.
| int vtkOpenGLState::GLState::MinorVersion |
Definition at line 239 of file vtkOpenGLState.h.
1.8.11