VTK
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
vtkOpenGLBufferObjectState Class Reference

#include <vtkOpenGLState.h>

Public Member Functions

void PrintSelf (ostream &os, vtkIndent indent)
 

Public Attributes

GLuint Id
 
GLint Size
 
GLenum Usage
 
GLenum Access
 
GLenum AccessFlags
 
GLboolean Mapped
 
GLvoid * MapPointer
 
GLint MapOffset
 
GLint MapLength
 

Protected Member Functions

void BufferAccessFlagsToStream (ostream &os)
 
const char * BufferUsageToString ()
 
const char * BufferAccessToString ()
 

Detailed Description

Definition at line 297 of file vtkOpenGLState.h.

Member Function Documentation

◆ PrintSelf()

void vtkOpenGLBufferObjectState::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ BufferAccessFlagsToStream()

void vtkOpenGLBufferObjectState::BufferAccessFlagsToStream ( ostream &  os)
protected

◆ BufferUsageToString()

const char* vtkOpenGLBufferObjectState::BufferUsageToString ( )
protected

◆ BufferAccessToString()

const char* vtkOpenGLBufferObjectState::BufferAccessToString ( )
protected

Member Data Documentation

◆ Id

GLuint vtkOpenGLBufferObjectState::Id

Definition at line 303 of file vtkOpenGLState.h.

◆ Size

GLint vtkOpenGLBufferObjectState::Size

Definition at line 304 of file vtkOpenGLState.h.

◆ Usage

GLenum vtkOpenGLBufferObjectState::Usage

Definition at line 305 of file vtkOpenGLState.h.

◆ Access

GLenum vtkOpenGLBufferObjectState::Access

Definition at line 306 of file vtkOpenGLState.h.

◆ AccessFlags

GLenum vtkOpenGLBufferObjectState::AccessFlags

Definition at line 307 of file vtkOpenGLState.h.

◆ Mapped

GLboolean vtkOpenGLBufferObjectState::Mapped

Definition at line 308 of file vtkOpenGLState.h.

◆ MapPointer

GLvoid* vtkOpenGLBufferObjectState::MapPointer

Definition at line 309 of file vtkOpenGLState.h.

◆ MapOffset

GLint vtkOpenGLBufferObjectState::MapOffset

Definition at line 310 of file vtkOpenGLState.h.

◆ MapLength

GLint vtkOpenGLBufferObjectState::MapLength

Definition at line 311 of file vtkOpenGLState.h.


The documentation for this class was generated from the following file: