// java wrapper for vtkClipPlanesPainter object // package vtk; import vtk.*; public class vtkClipPlanesPainter extends vtkPainter { 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 long CLIPPING_PLANES_2(); public vtkInformationObjectBaseKey CLIPPING_PLANES() { long temp = CLIPPING_PLANES_2(); if (temp == 0) return null; return (vtkInformationObjectBaseKey)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void UpdateBounds_3(double id0[]); public void UpdateBounds(double id0[]) { UpdateBounds_3(id0); } public vtkClipPlanesPainter() { super(); } public vtkClipPlanesPainter(long id) { super(id); } public native long VTKInit(); }