Point Cloud Library (PCL)  1.7.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkVertexBufferObjectMapper Class Reference

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

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

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 double* vtkVertexBufferObjectMapper::GetBounds ( ) [virtual]
virtual void vtkVertexBufferObjectMapper::GetBounds ( double  bounds[6]) [inline, virtual]

Definition at line 73 of file vtkVertexBufferObjectMapper.h.

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

Definition at line 60 of file vtkVertexBufferObjectMapper.h.


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: