// java wrapper for vtkOpenGLTexture object // package vtk; import vtk.*; public class vtkOpenGLTexture extends vtkTexture { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void Load_2(vtkRenderer id0); public void Load(vtkRenderer id0) { Load_2(id0); } private native void PostRender_3(vtkRenderer id0); public void PostRender(vtkRenderer id0) { PostRender_3(id0); } private native void ReleaseGraphicsResources_4(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_4(id0); } private native int GetIndex_5(); public int GetIndex() { return GetIndex_5(); } public vtkOpenGLTexture() { super(); } public vtkOpenGLTexture(long id) { super(id); } public native long VTKInit(); }