30 #ifndef __vtkShaderDeviceAdapter_h
31 #define __vtkShaderDeviceAdapter_h
53 virtual void SendAttribute(
const char* attrname,
54 int components,
int type,
55 const void* attribute,
unsigned long offset=0)=0;
70 virtual void PrepareForRender()=0;
abstract base class for most VTK objects
an adapter to pass generic vertex attributes to the rendering pipeline. .SECTION This class is an ada...
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
vtkShaderProgram * ShaderProgram
void SetShaderProgram(vtkShaderProgram *pgm)