// java wrapper for vtkSeedWidget object // package vtk; import vtk.*; public class vtkSeedWidget extends vtkAbstractWidget { 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 SetEnabled_2(int id0); public void SetEnabled(int id0) { SetEnabled_2(id0); } private native void SetCurrentRenderer_3(vtkRenderer id0); public void SetCurrentRenderer(vtkRenderer id0) { SetCurrentRenderer_3(id0); } private native void SetInteractor_4(vtkRenderWindowInteractor id0); public void SetInteractor(vtkRenderWindowInteractor id0) { SetInteractor_4(id0); } private native void SetRepresentation_5(vtkSeedRepresentation id0); public void SetRepresentation(vtkSeedRepresentation id0) { SetRepresentation_5(id0); } private native long GetSeedRepresentation_6(); public vtkSeedRepresentation GetSeedRepresentation() { long temp = GetSeedRepresentation_6(); if (temp == 0) return null; return (vtkSeedRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultRepresentation_7(); public void CreateDefaultRepresentation() { CreateDefaultRepresentation_7(); } private native void SetProcessEvents_8(int id0); public void SetProcessEvents(int id0) { SetProcessEvents_8(id0); } private native void CompleteInteraction_9(); public void CompleteInteraction() { CompleteInteraction_9(); } private native void RestartInteraction_10(); public void RestartInteraction() { RestartInteraction_10(); } private native long CreateNewHandle_11(); public vtkHandleWidget CreateNewHandle() { long temp = CreateNewHandle_11(); if (temp == 0) return null; return (vtkHandleWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void DeleteSeed_12(int id0); public void DeleteSeed(int id0) { DeleteSeed_12(id0); } private native long GetSeed_13(int id0); public vtkHandleWidget GetSeed(int id0) { long temp = GetSeed_13(id0); if (temp == 0) return null; return (vtkHandleWidget)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetWidgetState_14(); public int GetWidgetState() { return GetWidgetState_14(); } public vtkSeedWidget() { super(); } public vtkSeedWidget(long id) { super(id); } public native long VTKInit(); }