// java wrapper for vtkRectilinearWipeWidget object // package vtk; import vtk.*; public class vtkRectilinearWipeWidget extends vtkAbstractWidget { 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 SetRepresentation_2(vtkRectilinearWipeRepresentation id0); public void SetRepresentation(vtkRectilinearWipeRepresentation id0) { SetRepresentation_2(id0); } private native long GetRectilinearWipeRepresentation_3(); public vtkRectilinearWipeRepresentation GetRectilinearWipeRepresentation() { long temp = GetRectilinearWipeRepresentation_3(); if (temp == 0) return null; return (vtkRectilinearWipeRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultRepresentation_4(); public void CreateDefaultRepresentation() { CreateDefaultRepresentation_4(); } public vtkRectilinearWipeWidget() { super(); } public vtkRectilinearWipeWidget(long id) { super(id); } public native long VTKInit(); }