X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkImageCanvasSource2D.java;h=54475d1a8d73d9a38f8cdb2c1ea0b5171758e570;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=a19a9cd5359738adc2ece9755e07ee81d5b3b2a1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageCanvasSource2D.java b/vtk/src/vtk/vtkImageCanvasSource2D.java index a19a9cd5..54475d1a 100644 --- a/vtk/src/vtk/vtkImageCanvasSource2D.java +++ b/vtk/src/vtk/vtkImageCanvasSource2D.java @@ -1,167 +1,171 @@ -// java wrapper for vtkImageCanvasSource2D object -// - -package vtk; -import vtk.*; - -public class vtkImageCanvasSource2D extends vtkImageAlgorithm -{ - - 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 SetDrawColor_2(double id0,double id1,double id2,double id3); - public void SetDrawColor(double id0,double id1,double id2,double id3) - { SetDrawColor_2(id0,id1,id2,id3); } - - private native void SetDrawColor_3(double id0[]); - public void SetDrawColor(double id0[]) - { SetDrawColor_3(id0); } - - private native double[] GetDrawColor_4(); - public double[] GetDrawColor() - { return GetDrawColor_4(); } - - private native void SetDrawColor_5(double id0); - public void SetDrawColor(double id0) - { SetDrawColor_5(id0); } - - private native void SetDrawColor_6(double id0,double id1); - public void SetDrawColor(double id0,double id1) - { SetDrawColor_6(id0,id1); } - - private native void SetDrawColor_7(double id0,double id1,double id2); - public void SetDrawColor(double id0,double id1,double id2) - { SetDrawColor_7(id0,id1,id2); } - - private native void FillBox_8(int id0,int id1,int id2,int id3); - public void FillBox(int id0,int id1,int id2,int id3) - { FillBox_8(id0,id1,id2,id3); } - - private native void FillTube_9(int id0,int id1,int id2,int id3,double id4); - public void FillTube(int id0,int id1,int id2,int id3,double id4) - { FillTube_9(id0,id1,id2,id3,id4); } - - private native void FillTriangle_10(int id0,int id1,int id2,int id3,int id4,int id5); - public void FillTriangle(int id0,int id1,int id2,int id3,int id4,int id5) - { FillTriangle_10(id0,id1,id2,id3,id4,id5); } - - private native void DrawCircle_11(int id0,int id1,double id2); - public void DrawCircle(int id0,int id1,double id2) - { DrawCircle_11(id0,id1,id2); } - - private native void DrawPoint_12(int id0,int id1); - public void DrawPoint(int id0,int id1) - { DrawPoint_12(id0,id1); } - - private native void DrawSegment_13(int id0,int id1,int id2,int id3); - public void DrawSegment(int id0,int id1,int id2,int id3) - { DrawSegment_13(id0,id1,id2,id3); } - - private native void DrawSegment3D_14(double id0,double id1,double id2,double id3,double id4,double id5); - public void DrawSegment3D(double id0,double id1,double id2,double id3,double id4,double id5) - { DrawSegment3D_14(id0,id1,id2,id3,id4,id5); } - - private native void DrawImage_15(int id0,int id1,vtkImageData id2); - public void DrawImage(int id0,int id1,vtkImageData id2) - { DrawImage_15(id0,id1,id2); } - - private native void DrawImage_16(int id0,int id1,vtkImageData id2,int id3,int id4,int id5,int id6); - public void DrawImage(int id0,int id1,vtkImageData id2,int id3,int id4,int id5,int id6) - { DrawImage_16(id0,id1,id2,id3,id4,id5,id6); } - - private native void FillPixel_17(int id0,int id1); - public void FillPixel(int id0,int id1) - { FillPixel_17(id0,id1); } - - private native void SetExtent_18(int id0,int id1,int id2,int id3,int id4,int id5); - public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5) - { SetExtent_18(id0,id1,id2,id3,id4,id5); } - - private native void SetDefaultZ_19(int id0); - public void SetDefaultZ(int id0) - { SetDefaultZ_19(id0); } - - private native int GetDefaultZ_20(); - public int GetDefaultZ() - { return GetDefaultZ_20(); } - - private native void SetRatio_21(double id0,double id1,double id2); - public void SetRatio(double id0,double id1,double id2) - { SetRatio_21(id0,id1,id2); } - - private native void SetRatio_22(double id0[]); - public void SetRatio(double id0[]) - { SetRatio_22(id0); } - - private native double[] GetRatio_23(); - public double[] GetRatio() - { return GetRatio_23(); } - - private native void SetNumberOfScalarComponents_24(int id0); - public void SetNumberOfScalarComponents(int id0) - { SetNumberOfScalarComponents_24(id0); } - - private native int GetNumberOfScalarComponents_25(); - public int GetNumberOfScalarComponents() - { return GetNumberOfScalarComponents_25(); } - - private native void SetScalarTypeToFloat_26(); - public void SetScalarTypeToFloat() - { SetScalarTypeToFloat_26(); } - - private native void SetScalarTypeToDouble_27(); - public void SetScalarTypeToDouble() - { SetScalarTypeToDouble_27(); } - - private native void SetScalarTypeToInt_28(); - public void SetScalarTypeToInt() - { SetScalarTypeToInt_28(); } - - private native void SetScalarTypeToUnsignedInt_29(); - public void SetScalarTypeToUnsignedInt() - { SetScalarTypeToUnsignedInt_29(); } - - private native void SetScalarTypeToLong_30(); - public void SetScalarTypeToLong() - { SetScalarTypeToLong_30(); } - - private native void SetScalarTypeToUnsignedLong_31(); - public void SetScalarTypeToUnsignedLong() - { SetScalarTypeToUnsignedLong_31(); } - - private native void SetScalarTypeToShort_32(); - public void SetScalarTypeToShort() - { SetScalarTypeToShort_32(); } - - private native void SetScalarTypeToUnsignedShort_33(); - public void SetScalarTypeToUnsignedShort() - { SetScalarTypeToUnsignedShort_33(); } - - private native void SetScalarTypeToUnsignedChar_34(); - public void SetScalarTypeToUnsignedChar() - { SetScalarTypeToUnsignedChar_34(); } - - private native void SetScalarTypeToChar_35(); - public void SetScalarTypeToChar() - { SetScalarTypeToChar_35(); } - - private native void SetScalarType_36(int id0); - public void SetScalarType(int id0) - { SetScalarType_36(id0); } - - private native int GetScalarType_37(); - public int GetScalarType() - { return GetScalarType_37(); } - - public vtkImageCanvasSource2D() { super(); } - - public vtkImageCanvasSource2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageCanvasSource2D object +// + +package vtk; +import vtk.*; + +public class vtkImageCanvasSource2D extends vtkImageAlgorithm +{ + + 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 SetDrawColor_2(double id0,double id1,double id2,double id3); + public void SetDrawColor(double id0,double id1,double id2,double id3) + { SetDrawColor_2(id0,id1,id2,id3); } + + private native void SetDrawColor_3(double id0[]); + public void SetDrawColor(double id0[]) + { SetDrawColor_3(id0); } + + private native double[] GetDrawColor_4(); + public double[] GetDrawColor() + { return GetDrawColor_4(); } + + private native void SetDrawColor_5(double id0); + public void SetDrawColor(double id0) + { SetDrawColor_5(id0); } + + private native void SetDrawColor_6(double id0,double id1); + public void SetDrawColor(double id0,double id1) + { SetDrawColor_6(id0,id1); } + + private native void SetDrawColor_7(double id0,double id1,double id2); + public void SetDrawColor(double id0,double id1,double id2) + { SetDrawColor_7(id0,id1,id2); } + + private native void InitializeCanvasVolume_8(vtkImageData id0); + public void InitializeCanvasVolume(vtkImageData id0) + { InitializeCanvasVolume_8(id0); } + + private native void FillBox_9(int id0,int id1,int id2,int id3); + public void FillBox(int id0,int id1,int id2,int id3) + { FillBox_9(id0,id1,id2,id3); } + + private native void FillTube_10(int id0,int id1,int id2,int id3,double id4); + public void FillTube(int id0,int id1,int id2,int id3,double id4) + { FillTube_10(id0,id1,id2,id3,id4); } + + private native void FillTriangle_11(int id0,int id1,int id2,int id3,int id4,int id5); + public void FillTriangle(int id0,int id1,int id2,int id3,int id4,int id5) + { FillTriangle_11(id0,id1,id2,id3,id4,id5); } + + private native void DrawCircle_12(int id0,int id1,double id2); + public void DrawCircle(int id0,int id1,double id2) + { DrawCircle_12(id0,id1,id2); } + + private native void DrawPoint_13(int id0,int id1); + public void DrawPoint(int id0,int id1) + { DrawPoint_13(id0,id1); } + + private native void DrawSegment_14(int id0,int id1,int id2,int id3); + public void DrawSegment(int id0,int id1,int id2,int id3) + { DrawSegment_14(id0,id1,id2,id3); } + + private native void DrawSegment3D_15(double id0,double id1,double id2,double id3,double id4,double id5); + public void DrawSegment3D(double id0,double id1,double id2,double id3,double id4,double id5) + { DrawSegment3D_15(id0,id1,id2,id3,id4,id5); } + + private native void DrawImage_16(int id0,int id1,vtkImageData id2); + public void DrawImage(int id0,int id1,vtkImageData id2) + { DrawImage_16(id0,id1,id2); } + + private native void DrawImage_17(int id0,int id1,vtkImageData id2,int id3,int id4,int id5,int id6); + public void DrawImage(int id0,int id1,vtkImageData id2,int id3,int id4,int id5,int id6) + { DrawImage_17(id0,id1,id2,id3,id4,id5,id6); } + + private native void FillPixel_18(int id0,int id1); + public void FillPixel(int id0,int id1) + { FillPixel_18(id0,id1); } + + private native void SetExtent_19(int id0,int id1,int id2,int id3,int id4,int id5); + public void SetExtent(int id0,int id1,int id2,int id3,int id4,int id5) + { SetExtent_19(id0,id1,id2,id3,id4,id5); } + + private native void SetDefaultZ_20(int id0); + public void SetDefaultZ(int id0) + { SetDefaultZ_20(id0); } + + private native int GetDefaultZ_21(); + public int GetDefaultZ() + { return GetDefaultZ_21(); } + + private native void SetRatio_22(double id0,double id1,double id2); + public void SetRatio(double id0,double id1,double id2) + { SetRatio_22(id0,id1,id2); } + + private native void SetRatio_23(double id0[]); + public void SetRatio(double id0[]) + { SetRatio_23(id0); } + + private native double[] GetRatio_24(); + public double[] GetRatio() + { return GetRatio_24(); } + + private native void SetNumberOfScalarComponents_25(int id0); + public void SetNumberOfScalarComponents(int id0) + { SetNumberOfScalarComponents_25(id0); } + + private native int GetNumberOfScalarComponents_26(); + public int GetNumberOfScalarComponents() + { return GetNumberOfScalarComponents_26(); } + + private native void SetScalarTypeToFloat_27(); + public void SetScalarTypeToFloat() + { SetScalarTypeToFloat_27(); } + + private native void SetScalarTypeToDouble_28(); + public void SetScalarTypeToDouble() + { SetScalarTypeToDouble_28(); } + + private native void SetScalarTypeToInt_29(); + public void SetScalarTypeToInt() + { SetScalarTypeToInt_29(); } + + private native void SetScalarTypeToUnsignedInt_30(); + public void SetScalarTypeToUnsignedInt() + { SetScalarTypeToUnsignedInt_30(); } + + private native void SetScalarTypeToLong_31(); + public void SetScalarTypeToLong() + { SetScalarTypeToLong_31(); } + + private native void SetScalarTypeToUnsignedLong_32(); + public void SetScalarTypeToUnsignedLong() + { SetScalarTypeToUnsignedLong_32(); } + + private native void SetScalarTypeToShort_33(); + public void SetScalarTypeToShort() + { SetScalarTypeToShort_33(); } + + private native void SetScalarTypeToUnsignedShort_34(); + public void SetScalarTypeToUnsignedShort() + { SetScalarTypeToUnsignedShort_34(); } + + private native void SetScalarTypeToUnsignedChar_35(); + public void SetScalarTypeToUnsignedChar() + { SetScalarTypeToUnsignedChar_35(); } + + private native void SetScalarTypeToChar_36(); + public void SetScalarTypeToChar() + { SetScalarTypeToChar_36(); } + + private native void SetScalarType_37(int id0); + public void SetScalarType(int id0) + { SetScalarType_37(id0); } + + private native int GetScalarType_38(); + public int GetScalarType() + { return GetScalarType_38(); } + + public vtkImageCanvasSource2D() { super(); } + + public vtkImageCanvasSource2D(long id) { super(id); } + public native long VTKInit(); + +}