26 #ifndef __vtkXMLShader_h
27 #define __vtkXMLShader_h
66 const char* GetName();
69 const char* GetEntry();
72 const char* GetCode();
76 const char** GetArgs();
80 static char* LocateFile(
const char* filename);
112 void ReadCodeFromFile(
const char* fullpath);
115 vtkSetStringMacro(Code);
abstract base class for most VTK objects
Represents an XML element and those nested inside.
vtkXMLDataElement * RootElement
vtkXMLDataElement * SourceLibraryElement
virtual void PrintSelf(ostream &os, vtkIndent indent)
encapsulates a Shader XML description.
a simple class to control print indentation