// java wrapper for vtkShader object // package vtk; import vtk.*; public class vtkShader extends vtkObject { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetType_2(int id0); public void SetType(int id0) { SetType_2(id0); } private native int GetType_3(); public int GetType() { return GetType_3(); } private native void SetSource_4(String id0); public void SetSource(String id0) { SetSource_4(id0); } private native String GetSource_5(); public String GetSource() { return GetSource_5(); } private native String GetError_6(); public String GetError() { return GetError_6(); } private native int GetHandle_7(); public int GetHandle() { return GetHandle_7(); } private native boolean Compile_8(); public boolean Compile() { return Compile_8(); } private native void Cleanup_9(); public void Cleanup() { Cleanup_9(); } public vtkShader() { super(); } public vtkShader(long id) { super(id); } public native long VTKInit(); }