// java wrapper for vtkSeedRepresentation object // package vtk; import vtk.*; public class vtkSeedRepresentation extends vtkWidgetRepresentation { 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 GetSeedWorldPosition_2(int id0,double id1[]); public void GetSeedWorldPosition(int id0,double id1[]) { GetSeedWorldPosition_2(id0,id1); } private native void SetSeedWorldPosition_3(int id0,double id1[]); public void SetSeedWorldPosition(int id0,double id1[]) { SetSeedWorldPosition_3(id0,id1); } private native void SetSeedDisplayPosition_4(int id0,double id1[]); public void SetSeedDisplayPosition(int id0,double id1[]) { SetSeedDisplayPosition_4(id0,id1); } private native void GetSeedDisplayPosition_5(int id0,double id1[]); public void GetSeedDisplayPosition(int id0,double id1[]) { GetSeedDisplayPosition_5(id0,id1); } private native int GetNumberOfSeeds_6(); public int GetNumberOfSeeds() { return GetNumberOfSeeds_6(); } private native void SetHandleRepresentation_7(vtkHandleRepresentation id0); public void SetHandleRepresentation(vtkHandleRepresentation id0) { SetHandleRepresentation_7(id0); } private native long GetHandleRepresentation_8(int id0); public vtkHandleRepresentation GetHandleRepresentation(int id0) { long temp = GetHandleRepresentation_8(id0); if (temp == 0) return null; return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetHandleRepresentation_9(); public vtkHandleRepresentation GetHandleRepresentation() { long temp = GetHandleRepresentation_9(); if (temp == 0) return null; return (vtkHandleRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTolerance_10(int id0); public void SetTolerance(int id0) { SetTolerance_10(id0); } private native int GetToleranceMinValue_11(); public int GetToleranceMinValue() { return GetToleranceMinValue_11(); } private native int GetToleranceMaxValue_12(); public int GetToleranceMaxValue() { return GetToleranceMaxValue_12(); } private native int GetTolerance_13(); public int GetTolerance() { return GetTolerance_13(); } private native int GetActiveHandle_14(); public int GetActiveHandle() { return GetActiveHandle_14(); } private native void SetActiveHandle_15(int id0); public void SetActiveHandle(int id0) { SetActiveHandle_15(id0); } private native int CreateHandle_16(double id0[]); public int CreateHandle(double id0[]) { return CreateHandle_16(id0); } private native void RemoveLastHandle_17(); public void RemoveLastHandle() { RemoveLastHandle_17(); } private native void RemoveActiveHandle_18(); public void RemoveActiveHandle() { RemoveActiveHandle_18(); } private native void RemoveHandle_19(int id0); public void RemoveHandle(int id0) { RemoveHandle_19(id0); } private native void BuildRepresentation_20(); public void BuildRepresentation() { BuildRepresentation_20(); } private native int ComputeInteractionState_21(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_21(id0,id1,id2); } public vtkSeedRepresentation() { super(); } public vtkSeedRepresentation(long id) { super(id); } public native long VTKInit(); }