vtkVertexBufferObjectMapper Class Reference

#include <pcl/visualization/vtk/vtkVertexBufferObjectMapper.h>

Collaboration diagram for vtkVertexBufferObjectMapper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 vtkTypeMacro (vtkVertexBufferObjectMapper, vtkMapper)
virtual void Render (vtkRenderer *ren, vtkActor *act)
void SetInput (vtkPolyData *input)
void SetInput (vtkDataSet *input)
vtkPolyData * GetInput ()
void SetProgram (vtkSmartPointer< vtkShaderProgram2 > program)
void Update ()
virtual double * GetBounds ()
virtual void GetBounds (double bounds[6])

Static Public Member Functions

static
vtkVertexBufferObjectMapper
New ()

Protected Member Functions

 vtkVertexBufferObjectMapper ()
 ~vtkVertexBufferObjectMapper ()
virtual void ComputeBounds ()
virtual int FillInputPortInformation (int, vtkInformation *)
void createShaders (vtkOpenGLRenderWindow *win)
void createVBOs (vtkRenderWindow *win)

Protected Attributes

vtkVertexBufferObjectvertexVbo
vtkVertexBufferObjectindiceVbo
vtkVertexBufferObjectcolorVbo
vtkVertexBufferObjectnormalVbo
vtkSmartPointer
< vtkShaderProgram2 > 
program
bool initialized
bool shadersInitialized

Detailed Description

Definition at line 38 of file vtkVertexBufferObjectMapper.h.


Constructor & Destructor Documentation

vtkVertexBufferObjectMapper::vtkVertexBufferObjectMapper (  )  [protected]
vtkVertexBufferObjectMapper::~vtkVertexBufferObjectMapper (  )  [inline, protected]

Definition at line 108 of file vtkVertexBufferObjectMapper.h.


Member Function Documentation

virtual void vtkVertexBufferObjectMapper::ComputeBounds (  )  [protected, virtual]
void vtkVertexBufferObjectMapper::createShaders ( vtkOpenGLRenderWindow *  win  )  [protected]
void vtkVertexBufferObjectMapper::createVBOs ( vtkRenderWindow *  win  )  [protected]
virtual int vtkVertexBufferObjectMapper::FillInputPortInformation ( int  ,
vtkInformation *   
) [protected, virtual]
virtual void vtkVertexBufferObjectMapper::GetBounds ( double  bounds[6]  )  [inline, virtual]

Definition at line 73 of file vtkVertexBufferObjectMapper.h.

virtual double* vtkVertexBufferObjectMapper::GetBounds (  )  [virtual]
vtkPolyData* vtkVertexBufferObjectMapper::GetInput (  ) 
static vtkVertexBufferObjectMapper* vtkVertexBufferObjectMapper::New (  )  [static]
virtual void vtkVertexBufferObjectMapper::Render ( vtkRenderer *  ren,
vtkActor *  act 
) [virtual]
void vtkVertexBufferObjectMapper::SetInput ( vtkDataSet *  input  ) 
void vtkVertexBufferObjectMapper::SetInput ( vtkPolyData *  input  ) 
void vtkVertexBufferObjectMapper::SetProgram ( vtkSmartPointer< vtkShaderProgram2 >  program  )  [inline]

Definition at line 60 of file vtkVertexBufferObjectMapper.h.

void vtkVertexBufferObjectMapper::Update (  ) 
vtkVertexBufferObjectMapper::vtkTypeMacro ( vtkVertexBufferObjectMapper  ,
vtkMapper   
)

Member Data Documentation

Definition at line 118 of file vtkVertexBufferObjectMapper.h.

Definition at line 117 of file vtkVertexBufferObjectMapper.h.

Definition at line 129 of file vtkVertexBufferObjectMapper.h.

Definition at line 119 of file vtkVertexBufferObjectMapper.h.

vtkSmartPointer<vtkShaderProgram2> vtkVertexBufferObjectMapper::program [protected]

Definition at line 122 of file vtkVertexBufferObjectMapper.h.

Definition at line 130 of file vtkVertexBufferObjectMapper.h.

Definition at line 116 of file vtkVertexBufferObjectMapper.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends