// java wrapper for vtkSeedRepresentation object // package vtk; import vtk.*; public class vtkSeedRepresentation extends vtkWidgetRepresentation { 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 GetSeedWorldPosition_2(int id0,double id1[]); public void GetSeedWorldPosition(int id0,double id1[]) { GetSeedWorldPosition_2(id0,id1); } private native void SetSeedDisplayPosition_3(int id0,double id1[]); public void SetSeedDisplayPosition(int id0,double id1[]) { SetSeedDisplayPosition_3(id0,id1); } private native void GetSeedDisplayPosition_4(int id0,double id1[]); public void GetSeedDisplayPosition(int id0,double id1[]) { GetSeedDisplayPosition_4(id0,id1); } private native int GetNumberOfSeeds_5(); public int GetNumberOfSeeds() { return GetNumberOfSeeds_5(); } private native void SetHandleRepresentation_6(vtkHandleRepresentation id0); public void SetHandleRepresentation(vtkHandleRepresentation id0) { SetHandleRepresentation_6(id0); } private native long GetHandleRepresentation_7(int id0); public vtkHandleRepresentation GetHandleRepresentation(int id0) { long temp = GetHandleRepresentation_7(id0); if (temp == 0) return null; return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetHandleRepresentation_8(); public vtkHandleRepresentation GetHandleRepresentation() { long temp = GetHandleRepresentation_8(); if (temp == 0) return null; return (vtkHandleRepresentation)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTolerance_9(int id0); public void SetTolerance(int id0) { SetTolerance_9(id0); } private native int GetToleranceMinValue_10(); public int GetToleranceMinValue() { return GetToleranceMinValue_10(); } private native int GetToleranceMaxValue_11(); public int GetToleranceMaxValue() { return GetToleranceMaxValue_11(); } private native int GetTolerance_12(); public int GetTolerance() { return GetTolerance_12(); } private native int GetActiveHandle_13(); public int GetActiveHandle() { return GetActiveHandle_13(); } private native int CreateHandle_14(double id0[]); public int CreateHandle(double id0[]) { return CreateHandle_14(id0); } private native void RemoveLastHandle_15(); public void RemoveLastHandle() { RemoveLastHandle_15(); } private native void RemoveActiveHandle_16(); public void RemoveActiveHandle() { RemoveActiveHandle_16(); } private native void RemoveHandle_17(int id0); public void RemoveHandle(int id0) { RemoveHandle_17(id0); } private native void BuildRepresentation_18(); public void BuildRepresentation() { BuildRepresentation_18(); } private native int ComputeInteractionState_19(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_19(id0,id1,id2); } public vtkSeedRepresentation() { super(); } public vtkSeedRepresentation(long id) { super(id); } public native long VTKInit(); }