// java wrapper for vtkSurfaceLICDefaultPainter object // package vtk; import vtk.*; public class vtkSurfaceLICDefaultPainter extends vtkDefaultPainter { 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 SetSurfaceLICPainter_2(vtkSurfaceLICPainter id0); public void SetSurfaceLICPainter(vtkSurfaceLICPainter id0) { SetSurfaceLICPainter_2(id0); } private native long GetSurfaceLICPainter_3(); public vtkSurfaceLICPainter GetSurfaceLICPainter() { long temp = GetSurfaceLICPainter_3(); if (temp == 0) return null; return (vtkSurfaceLICPainter)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkSurfaceLICDefaultPainter() { super(); } public vtkSurfaceLICDefaultPainter(long id) { super(id); } public native long VTKInit(); }