X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCursor2D.java;h=a20b10fdd07c5361665243bee5be3fba7d3f57f6;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=ed7c22adf3c0d311f80b035c2ddaa8b6fae6694c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCursor2D.java b/vtk/src/vtk/vtkCursor2D.java index ed7c22ad..a20b10fd 100644 --- a/vtk/src/vtk/vtkCursor2D.java +++ b/vtk/src/vtk/vtkCursor2D.java @@ -1,151 +1,151 @@ -// java wrapper for vtkCursor2D object -// - -package vtk; -import vtk.*; - -public class vtkCursor2D 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 SetModelBounds_2(double id0,double id1,double id2,double id3,double id4,double id5); - public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5) - { SetModelBounds_2(id0,id1,id2,id3,id4,id5); } - - private native void SetModelBounds_3(double id0[]); - public void SetModelBounds(double id0[]) - { SetModelBounds_3(id0); } - - private native double[] GetModelBounds_4(); - public double[] GetModelBounds() - { return GetModelBounds_4(); } - - private native void SetFocalPoint_5(double id0[]); - public void SetFocalPoint(double id0[]) - { SetFocalPoint_5(id0); } - - private native void SetFocalPoint_6(double id0,double id1,double id2); - public void SetFocalPoint(double id0,double id1,double id2) - { SetFocalPoint_6(id0,id1,id2); } - - private native double[] GetFocalPoint_7(); - public double[] GetFocalPoint() - { return GetFocalPoint_7(); } - - private native void SetOutline_8(int id0); - public void SetOutline(int id0) - { SetOutline_8(id0); } - - private native int GetOutline_9(); - public int GetOutline() - { return GetOutline_9(); } - - private native void OutlineOn_10(); - public void OutlineOn() - { OutlineOn_10(); } - - private native void OutlineOff_11(); - public void OutlineOff() - { OutlineOff_11(); } - - private native void SetAxes_12(int id0); - public void SetAxes(int id0) - { SetAxes_12(id0); } - - private native int GetAxes_13(); - public int GetAxes() - { return GetAxes_13(); } - - private native void AxesOn_14(); - public void AxesOn() - { AxesOn_14(); } - - private native void AxesOff_15(); - public void AxesOff() - { AxesOff_15(); } - - private native void SetRadius_16(double id0); - public void SetRadius(double id0) - { SetRadius_16(id0); } - - private native double GetRadiusMinValue_17(); - public double GetRadiusMinValue() - { return GetRadiusMinValue_17(); } - - private native double GetRadiusMaxValue_18(); - public double GetRadiusMaxValue() - { return GetRadiusMaxValue_18(); } - - private native double GetRadius_19(); - public double GetRadius() - { return GetRadius_19(); } - - private native void SetPoint_20(int id0); - public void SetPoint(int id0) - { SetPoint_20(id0); } - - private native int GetPoint_21(); - public int GetPoint() - { return GetPoint_21(); } - - private native void PointOn_22(); - public void PointOn() - { PointOn_22(); } - - private native void PointOff_23(); - public void PointOff() - { PointOff_23(); } - - private native void SetTranslationMode_24(int id0); - public void SetTranslationMode(int id0) - { SetTranslationMode_24(id0); } - - private native int GetTranslationMode_25(); - public int GetTranslationMode() - { return GetTranslationMode_25(); } - - private native void TranslationModeOn_26(); - public void TranslationModeOn() - { TranslationModeOn_26(); } - - private native void TranslationModeOff_27(); - public void TranslationModeOff() - { TranslationModeOff_27(); } - - private native void SetWrap_28(int id0); - public void SetWrap(int id0) - { SetWrap_28(id0); } - - private native int GetWrap_29(); - public int GetWrap() - { return GetWrap_29(); } - - private native void WrapOn_30(); - public void WrapOn() - { WrapOn_30(); } - - private native void WrapOff_31(); - public void WrapOff() - { WrapOff_31(); } - - private native void AllOn_32(); - public void AllOn() - { AllOn_32(); } - - private native void AllOff_33(); - public void AllOff() - { AllOff_33(); } - - public vtkCursor2D() { super(); } - - public vtkCursor2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCursor2D object +// + +package vtk; +import vtk.*; + +public class vtkCursor2D 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 SetModelBounds_2(double id0,double id1,double id2,double id3,double id4,double id5); + public void SetModelBounds(double id0,double id1,double id2,double id3,double id4,double id5) + { SetModelBounds_2(id0,id1,id2,id3,id4,id5); } + + private native void SetModelBounds_3(double id0[]); + public void SetModelBounds(double id0[]) + { SetModelBounds_3(id0); } + + private native double[] GetModelBounds_4(); + public double[] GetModelBounds() + { return GetModelBounds_4(); } + + private native void SetFocalPoint_5(double id0[]); + public void SetFocalPoint(double id0[]) + { SetFocalPoint_5(id0); } + + private native void SetFocalPoint_6(double id0,double id1,double id2); + public void SetFocalPoint(double id0,double id1,double id2) + { SetFocalPoint_6(id0,id1,id2); } + + private native double[] GetFocalPoint_7(); + public double[] GetFocalPoint() + { return GetFocalPoint_7(); } + + private native void SetOutline_8(int id0); + public void SetOutline(int id0) + { SetOutline_8(id0); } + + private native int GetOutline_9(); + public int GetOutline() + { return GetOutline_9(); } + + private native void OutlineOn_10(); + public void OutlineOn() + { OutlineOn_10(); } + + private native void OutlineOff_11(); + public void OutlineOff() + { OutlineOff_11(); } + + private native void SetAxes_12(int id0); + public void SetAxes(int id0) + { SetAxes_12(id0); } + + private native int GetAxes_13(); + public int GetAxes() + { return GetAxes_13(); } + + private native void AxesOn_14(); + public void AxesOn() + { AxesOn_14(); } + + private native void AxesOff_15(); + public void AxesOff() + { AxesOff_15(); } + + private native void SetRadius_16(double id0); + public void SetRadius(double id0) + { SetRadius_16(id0); } + + private native double GetRadiusMinValue_17(); + public double GetRadiusMinValue() + { return GetRadiusMinValue_17(); } + + private native double GetRadiusMaxValue_18(); + public double GetRadiusMaxValue() + { return GetRadiusMaxValue_18(); } + + private native double GetRadius_19(); + public double GetRadius() + { return GetRadius_19(); } + + private native void SetPoint_20(int id0); + public void SetPoint(int id0) + { SetPoint_20(id0); } + + private native int GetPoint_21(); + public int GetPoint() + { return GetPoint_21(); } + + private native void PointOn_22(); + public void PointOn() + { PointOn_22(); } + + private native void PointOff_23(); + public void PointOff() + { PointOff_23(); } + + private native void SetTranslationMode_24(int id0); + public void SetTranslationMode(int id0) + { SetTranslationMode_24(id0); } + + private native int GetTranslationMode_25(); + public int GetTranslationMode() + { return GetTranslationMode_25(); } + + private native void TranslationModeOn_26(); + public void TranslationModeOn() + { TranslationModeOn_26(); } + + private native void TranslationModeOff_27(); + public void TranslationModeOff() + { TranslationModeOff_27(); } + + private native void SetWrap_28(int id0); + public void SetWrap(int id0) + { SetWrap_28(id0); } + + private native int GetWrap_29(); + public int GetWrap() + { return GetWrap_29(); } + + private native void WrapOn_30(); + public void WrapOn() + { WrapOn_30(); } + + private native void WrapOff_31(); + public void WrapOff() + { WrapOff_31(); } + + private native void AllOn_32(); + public void AllOn() + { AllOn_32(); } + + private native void AllOff_33(); + public void AllOff() + { AllOff_33(); } + + public vtkCursor2D() { super(); } + + public vtkCursor2D(long id) { super(id); } + public native long VTKInit(); + +}