24 #ifndef __vtkShaderCodeLibrary_h
25 #define __vtkShaderCodeLibrary_h
40 static char* GetShaderCode(
const char*
name);
45 static const char** GetListOfShaderCodeNames();
50 static void RegisterShaderCode(
const char*
name,
const char* code);
63 class vtkInternalCleanup
66 vtkInternalCleanup() {};
67 ~vtkInternalCleanup();
70 friend class vtkInternalCleanup;
71 static vtkInternalCleanup Cleanup;
75 static vtkInternal* Internal;
abstract base class for most VTK objects
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Library for Hardware Shaders.