X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkTableToPolyData.java;h=555c4eb201c0140cdde777c0c00e3c48c264759e;hb=57b43a1aba08537c5a6b5e714b50d2da1439578a;hp=d0509ff2415a1b2fb0f07014ce2e5ecb24f21f72;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTableToPolyData.java b/vtk/src/vtk/vtkTableToPolyData.java index d0509ff2..555c4eb2 100644 --- a/vtk/src/vtk/vtkTableToPolyData.java +++ b/vtk/src/vtk/vtkTableToPolyData.java @@ -1,175 +1,175 @@ -// java wrapper for vtkTableToPolyData object -// - -package vtk; -import vtk.*; - -public class vtkTableToPolyData 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 SetXColumn_2(String id0); - public void SetXColumn(String id0) - { SetXColumn_2(id0); } - - private native String GetXColumn_3(); - public String GetXColumn() - { return GetXColumn_3(); } - - private native void SetXColumnIndex_4(int id0); - public void SetXColumnIndex(int id0) - { SetXColumnIndex_4(id0); } - - private native int GetXColumnIndexMinValue_5(); - public int GetXColumnIndexMinValue() - { return GetXColumnIndexMinValue_5(); } - - private native int GetXColumnIndexMaxValue_6(); - public int GetXColumnIndexMaxValue() - { return GetXColumnIndexMaxValue_6(); } - - private native int GetXColumnIndex_7(); - public int GetXColumnIndex() - { return GetXColumnIndex_7(); } - - private native void SetXComponent_8(int id0); - public void SetXComponent(int id0) - { SetXComponent_8(id0); } - - private native int GetXComponentMinValue_9(); - public int GetXComponentMinValue() - { return GetXComponentMinValue_9(); } - - private native int GetXComponentMaxValue_10(); - public int GetXComponentMaxValue() - { return GetXComponentMaxValue_10(); } - - private native int GetXComponent_11(); - public int GetXComponent() - { return GetXComponent_11(); } - - private native void SetYColumn_12(String id0); - public void SetYColumn(String id0) - { SetYColumn_12(id0); } - - private native String GetYColumn_13(); - public String GetYColumn() - { return GetYColumn_13(); } - - private native void SetYColumnIndex_14(int id0); - public void SetYColumnIndex(int id0) - { SetYColumnIndex_14(id0); } - - private native int GetYColumnIndexMinValue_15(); - public int GetYColumnIndexMinValue() - { return GetYColumnIndexMinValue_15(); } - - private native int GetYColumnIndexMaxValue_16(); - public int GetYColumnIndexMaxValue() - { return GetYColumnIndexMaxValue_16(); } - - private native int GetYColumnIndex_17(); - public int GetYColumnIndex() - { return GetYColumnIndex_17(); } - - private native void SetYComponent_18(int id0); - public void SetYComponent(int id0) - { SetYComponent_18(id0); } - - private native int GetYComponentMinValue_19(); - public int GetYComponentMinValue() - { return GetYComponentMinValue_19(); } - - private native int GetYComponentMaxValue_20(); - public int GetYComponentMaxValue() - { return GetYComponentMaxValue_20(); } - - private native int GetYComponent_21(); - public int GetYComponent() - { return GetYComponent_21(); } - - private native void SetZColumn_22(String id0); - public void SetZColumn(String id0) - { SetZColumn_22(id0); } - - private native String GetZColumn_23(); - public String GetZColumn() - { return GetZColumn_23(); } - - private native void SetZColumnIndex_24(int id0); - public void SetZColumnIndex(int id0) - { SetZColumnIndex_24(id0); } - - private native int GetZColumnIndexMinValue_25(); - public int GetZColumnIndexMinValue() - { return GetZColumnIndexMinValue_25(); } - - private native int GetZColumnIndexMaxValue_26(); - public int GetZColumnIndexMaxValue() - { return GetZColumnIndexMaxValue_26(); } - - private native int GetZColumnIndex_27(); - public int GetZColumnIndex() - { return GetZColumnIndex_27(); } - - private native void SetZComponent_28(int id0); - public void SetZComponent(int id0) - { SetZComponent_28(id0); } - - private native int GetZComponentMinValue_29(); - public int GetZComponentMinValue() - { return GetZComponentMinValue_29(); } - - private native int GetZComponentMaxValue_30(); - public int GetZComponentMaxValue() - { return GetZComponentMaxValue_30(); } - - private native int GetZComponent_31(); - public int GetZComponent() - { return GetZComponent_31(); } - - private native void SetCreate2DPoints_32(boolean id0); - public void SetCreate2DPoints(boolean id0) - { SetCreate2DPoints_32(id0); } - - private native boolean GetCreate2DPoints_33(); - public boolean GetCreate2DPoints() - { return GetCreate2DPoints_33(); } - - private native void Create2DPointsOn_34(); - public void Create2DPointsOn() - { Create2DPointsOn_34(); } - - private native void Create2DPointsOff_35(); - public void Create2DPointsOff() - { Create2DPointsOff_35(); } - - private native void SetPreserveCoordinateColumnsAsDataArrays_36(boolean id0); - public void SetPreserveCoordinateColumnsAsDataArrays(boolean id0) - { SetPreserveCoordinateColumnsAsDataArrays_36(id0); } - - private native boolean GetPreserveCoordinateColumnsAsDataArrays_37(); - public boolean GetPreserveCoordinateColumnsAsDataArrays() - { return GetPreserveCoordinateColumnsAsDataArrays_37(); } - - private native void PreserveCoordinateColumnsAsDataArraysOn_38(); - public void PreserveCoordinateColumnsAsDataArraysOn() - { PreserveCoordinateColumnsAsDataArraysOn_38(); } - - private native void PreserveCoordinateColumnsAsDataArraysOff_39(); - public void PreserveCoordinateColumnsAsDataArraysOff() - { PreserveCoordinateColumnsAsDataArraysOff_39(); } - - public vtkTableToPolyData() { super(); } - - public vtkTableToPolyData(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTableToPolyData object +// + +package vtk; +import vtk.*; + +public class vtkTableToPolyData 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 SetXColumn_2(String id0); + public void SetXColumn(String id0) + { SetXColumn_2(id0); } + + private native String GetXColumn_3(); + public String GetXColumn() + { return GetXColumn_3(); } + + private native void SetXColumnIndex_4(int id0); + public void SetXColumnIndex(int id0) + { SetXColumnIndex_4(id0); } + + private native int GetXColumnIndexMinValue_5(); + public int GetXColumnIndexMinValue() + { return GetXColumnIndexMinValue_5(); } + + private native int GetXColumnIndexMaxValue_6(); + public int GetXColumnIndexMaxValue() + { return GetXColumnIndexMaxValue_6(); } + + private native int GetXColumnIndex_7(); + public int GetXColumnIndex() + { return GetXColumnIndex_7(); } + + private native void SetXComponent_8(int id0); + public void SetXComponent(int id0) + { SetXComponent_8(id0); } + + private native int GetXComponentMinValue_9(); + public int GetXComponentMinValue() + { return GetXComponentMinValue_9(); } + + private native int GetXComponentMaxValue_10(); + public int GetXComponentMaxValue() + { return GetXComponentMaxValue_10(); } + + private native int GetXComponent_11(); + public int GetXComponent() + { return GetXComponent_11(); } + + private native void SetYColumn_12(String id0); + public void SetYColumn(String id0) + { SetYColumn_12(id0); } + + private native String GetYColumn_13(); + public String GetYColumn() + { return GetYColumn_13(); } + + private native void SetYColumnIndex_14(int id0); + public void SetYColumnIndex(int id0) + { SetYColumnIndex_14(id0); } + + private native int GetYColumnIndexMinValue_15(); + public int GetYColumnIndexMinValue() + { return GetYColumnIndexMinValue_15(); } + + private native int GetYColumnIndexMaxValue_16(); + public int GetYColumnIndexMaxValue() + { return GetYColumnIndexMaxValue_16(); } + + private native int GetYColumnIndex_17(); + public int GetYColumnIndex() + { return GetYColumnIndex_17(); } + + private native void SetYComponent_18(int id0); + public void SetYComponent(int id0) + { SetYComponent_18(id0); } + + private native int GetYComponentMinValue_19(); + public int GetYComponentMinValue() + { return GetYComponentMinValue_19(); } + + private native int GetYComponentMaxValue_20(); + public int GetYComponentMaxValue() + { return GetYComponentMaxValue_20(); } + + private native int GetYComponent_21(); + public int GetYComponent() + { return GetYComponent_21(); } + + private native void SetZColumn_22(String id0); + public void SetZColumn(String id0) + { SetZColumn_22(id0); } + + private native String GetZColumn_23(); + public String GetZColumn() + { return GetZColumn_23(); } + + private native void SetZColumnIndex_24(int id0); + public void SetZColumnIndex(int id0) + { SetZColumnIndex_24(id0); } + + private native int GetZColumnIndexMinValue_25(); + public int GetZColumnIndexMinValue() + { return GetZColumnIndexMinValue_25(); } + + private native int GetZColumnIndexMaxValue_26(); + public int GetZColumnIndexMaxValue() + { return GetZColumnIndexMaxValue_26(); } + + private native int GetZColumnIndex_27(); + public int GetZColumnIndex() + { return GetZColumnIndex_27(); } + + private native void SetZComponent_28(int id0); + public void SetZComponent(int id0) + { SetZComponent_28(id0); } + + private native int GetZComponentMinValue_29(); + public int GetZComponentMinValue() + { return GetZComponentMinValue_29(); } + + private native int GetZComponentMaxValue_30(); + public int GetZComponentMaxValue() + { return GetZComponentMaxValue_30(); } + + private native int GetZComponent_31(); + public int GetZComponent() + { return GetZComponent_31(); } + + private native void SetCreate2DPoints_32(boolean id0); + public void SetCreate2DPoints(boolean id0) + { SetCreate2DPoints_32(id0); } + + private native boolean GetCreate2DPoints_33(); + public boolean GetCreate2DPoints() + { return GetCreate2DPoints_33(); } + + private native void Create2DPointsOn_34(); + public void Create2DPointsOn() + { Create2DPointsOn_34(); } + + private native void Create2DPointsOff_35(); + public void Create2DPointsOff() + { Create2DPointsOff_35(); } + + private native void SetPreserveCoordinateColumnsAsDataArrays_36(boolean id0); + public void SetPreserveCoordinateColumnsAsDataArrays(boolean id0) + { SetPreserveCoordinateColumnsAsDataArrays_36(id0); } + + private native boolean GetPreserveCoordinateColumnsAsDataArrays_37(); + public boolean GetPreserveCoordinateColumnsAsDataArrays() + { return GetPreserveCoordinateColumnsAsDataArrays_37(); } + + private native void PreserveCoordinateColumnsAsDataArraysOn_38(); + public void PreserveCoordinateColumnsAsDataArraysOn() + { PreserveCoordinateColumnsAsDataArraysOn_38(); } + + private native void PreserveCoordinateColumnsAsDataArraysOff_39(); + public void PreserveCoordinateColumnsAsDataArraysOff() + { PreserveCoordinateColumnsAsDataArraysOff_39(); } + + public vtkTableToPolyData() { super(); } + + public vtkTableToPolyData(long id) { super(id); } + public native long VTKInit(); + +}