X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSeedRepresentation.java;h=88a137ddf47af56d1650d4aa4eaa6aa99c9353ff;hb=c39250eb0521cf4e6d69f472f4fdf9e8b877c6e4;hp=d4b3c87c4d08710a0d993d51d903ddaf2f6d53f2;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSeedRepresentation.java b/vtk/src/vtk/vtkSeedRepresentation.java index d4b3c87c..88a137dd 100644 --- a/vtk/src/vtk/vtkSeedRepresentation.java +++ b/vtk/src/vtk/vtkSeedRepresentation.java @@ -1,103 +1,111 @@ -// 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(); - -} +// 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(); + +}