X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSelectVisiblePoints.java;h=03445f8f6bcd65d58876d593a89daebcb6cb69c3;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=b408af75e6d1157115e77ffa5d64110527c2a64b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSelectVisiblePoints.java b/vtk/src/vtk/vtkSelectVisiblePoints.java index b408af75..03445f8f 100644 --- a/vtk/src/vtk/vtkSelectVisiblePoints.java +++ b/vtk/src/vtk/vtkSelectVisiblePoints.java @@ -1,99 +1,99 @@ -// java wrapper for vtkSelectVisiblePoints object -// - -package vtk; -import vtk.*; - -public class vtkSelectVisiblePoints extends vtkPolyDataAlgorithm -{ - - 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 SetRenderer_2(vtkRenderer id0); - public void SetRenderer(vtkRenderer id0) - { SetRenderer_2(id0); } - - private native long GetRenderer_3(); - public vtkRenderer GetRenderer() { - long temp = GetRenderer_3(); - - if (temp == 0) return null; - return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSelectionWindow_4(int id0); - public void SetSelectionWindow(int id0) - { SetSelectionWindow_4(id0); } - - private native int GetSelectionWindow_5(); - public int GetSelectionWindow() - { return GetSelectionWindow_5(); } - - private native void SelectionWindowOn_6(); - public void SelectionWindowOn() - { SelectionWindowOn_6(); } - - private native void SelectionWindowOff_7(); - public void SelectionWindowOff() - { SelectionWindowOff_7(); } - - private native void SetSelection_8(int id0,int id1,int id2,int id3); - public void SetSelection(int id0,int id1,int id2,int id3) - { SetSelection_8(id0,id1,id2,id3); } - - private native void SetSelection_9(int id0[]); - public void SetSelection(int id0[]) - { SetSelection_9(id0); } - - private native int[] GetSelection_10(); - public int[] GetSelection() - { return GetSelection_10(); } - - private native void SetSelectInvisible_11(int id0); - public void SetSelectInvisible(int id0) - { SetSelectInvisible_11(id0); } - - private native int GetSelectInvisible_12(); - public int GetSelectInvisible() - { return GetSelectInvisible_12(); } - - private native void SelectInvisibleOn_13(); - public void SelectInvisibleOn() - { SelectInvisibleOn_13(); } - - private native void SelectInvisibleOff_14(); - public void SelectInvisibleOff() - { SelectInvisibleOff_14(); } - - private native void SetTolerance_15(double id0); - public void SetTolerance(double id0) - { SetTolerance_15(id0); } - - private native double GetToleranceMinValue_16(); - public double GetToleranceMinValue() - { return GetToleranceMinValue_16(); } - - private native double GetToleranceMaxValue_17(); - public double GetToleranceMaxValue() - { return GetToleranceMaxValue_17(); } - - private native double GetTolerance_18(); - public double GetTolerance() - { return GetTolerance_18(); } - - private native int GetMTime_19(); - public int GetMTime() - { return GetMTime_19(); } - - public vtkSelectVisiblePoints() { super(); } - - public vtkSelectVisiblePoints(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSelectVisiblePoints object +// + +package vtk; +import vtk.*; + +public class vtkSelectVisiblePoints extends vtkPolyDataAlgorithm +{ + + 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 SetRenderer_2(vtkRenderer id0); + public void SetRenderer(vtkRenderer id0) + { SetRenderer_2(id0); } + + private native long GetRenderer_3(); + public vtkRenderer GetRenderer() { + long temp = GetRenderer_3(); + + if (temp == 0) return null; + return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSelectionWindow_4(int id0); + public void SetSelectionWindow(int id0) + { SetSelectionWindow_4(id0); } + + private native int GetSelectionWindow_5(); + public int GetSelectionWindow() + { return GetSelectionWindow_5(); } + + private native void SelectionWindowOn_6(); + public void SelectionWindowOn() + { SelectionWindowOn_6(); } + + private native void SelectionWindowOff_7(); + public void SelectionWindowOff() + { SelectionWindowOff_7(); } + + private native void SetSelection_8(int id0,int id1,int id2,int id3); + public void SetSelection(int id0,int id1,int id2,int id3) + { SetSelection_8(id0,id1,id2,id3); } + + private native void SetSelection_9(int id0[]); + public void SetSelection(int id0[]) + { SetSelection_9(id0); } + + private native int[] GetSelection_10(); + public int[] GetSelection() + { return GetSelection_10(); } + + private native void SetSelectInvisible_11(int id0); + public void SetSelectInvisible(int id0) + { SetSelectInvisible_11(id0); } + + private native int GetSelectInvisible_12(); + public int GetSelectInvisible() + { return GetSelectInvisible_12(); } + + private native void SelectInvisibleOn_13(); + public void SelectInvisibleOn() + { SelectInvisibleOn_13(); } + + private native void SelectInvisibleOff_14(); + public void SelectInvisibleOff() + { SelectInvisibleOff_14(); } + + private native void SetTolerance_15(double id0); + public void SetTolerance(double id0) + { SetTolerance_15(id0); } + + private native double GetToleranceMinValue_16(); + public double GetToleranceMinValue() + { return GetToleranceMinValue_16(); } + + private native double GetToleranceMaxValue_17(); + public double GetToleranceMaxValue() + { return GetToleranceMaxValue_17(); } + + private native double GetTolerance_18(); + public double GetTolerance() + { return GetTolerance_18(); } + + private native int GetMTime_19(); + public int GetMTime() + { return GetMTime_19(); } + + public vtkSelectVisiblePoints() { super(); } + + public vtkSelectVisiblePoints(long id) { super(id); } + public native long VTKInit(); + +}