X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTableToStructuredGrid.java;h=05d339e9538b40058320b11cc19bd6aecc056c11;hb=b6cccb572f043f3247274c52b353577ba3f1dcb1;hp=0889625dfce26c50af199e177bcaaf62c35e2322;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTableToStructuredGrid.java b/vtk/src/vtk/vtkTableToStructuredGrid.java index 0889625d..05d339e9 100644 --- a/vtk/src/vtk/vtkTableToStructuredGrid.java +++ b/vtk/src/vtk/vtkTableToStructuredGrid.java @@ -1,107 +1,107 @@ -// java wrapper for vtkTableToStructuredGrid object -// - -package vtk; -import vtk.*; - -public class vtkTableToStructuredGrid extends vtkStructuredGridAlgorithm -{ - - 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 SetWholeExtent_2(int id0,int id1,int id2,int id3,int id4,int id5); - public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5) - { SetWholeExtent_2(id0,id1,id2,id3,id4,id5); } - - private native void SetWholeExtent_3(int id0[]); - public void SetWholeExtent(int id0[]) - { SetWholeExtent_3(id0); } - - private native int[] GetWholeExtent_4(); - public int[] GetWholeExtent() - { return GetWholeExtent_4(); } - - private native void SetXColumn_5(String id0); - public void SetXColumn(String id0) - { SetXColumn_5(id0); } - - private native String GetXColumn_6(); - public String GetXColumn() - { return GetXColumn_6(); } - - private native void SetXComponent_7(int id0); - public void SetXComponent(int id0) - { SetXComponent_7(id0); } - - private native int GetXComponentMinValue_8(); - public int GetXComponentMinValue() - { return GetXComponentMinValue_8(); } - - private native int GetXComponentMaxValue_9(); - public int GetXComponentMaxValue() - { return GetXComponentMaxValue_9(); } - - private native int GetXComponent_10(); - public int GetXComponent() - { return GetXComponent_10(); } - - private native void SetYColumn_11(String id0); - public void SetYColumn(String id0) - { SetYColumn_11(id0); } - - private native String GetYColumn_12(); - public String GetYColumn() - { return GetYColumn_12(); } - - private native void SetYComponent_13(int id0); - public void SetYComponent(int id0) - { SetYComponent_13(id0); } - - private native int GetYComponentMinValue_14(); - public int GetYComponentMinValue() - { return GetYComponentMinValue_14(); } - - private native int GetYComponentMaxValue_15(); - public int GetYComponentMaxValue() - { return GetYComponentMaxValue_15(); } - - private native int GetYComponent_16(); - public int GetYComponent() - { return GetYComponent_16(); } - - private native void SetZColumn_17(String id0); - public void SetZColumn(String id0) - { SetZColumn_17(id0); } - - private native String GetZColumn_18(); - public String GetZColumn() - { return GetZColumn_18(); } - - private native void SetZComponent_19(int id0); - public void SetZComponent(int id0) - { SetZComponent_19(id0); } - - private native int GetZComponentMinValue_20(); - public int GetZComponentMinValue() - { return GetZComponentMinValue_20(); } - - private native int GetZComponentMaxValue_21(); - public int GetZComponentMaxValue() - { return GetZComponentMaxValue_21(); } - - private native int GetZComponent_22(); - public int GetZComponent() - { return GetZComponent_22(); } - - public vtkTableToStructuredGrid() { super(); } - - public vtkTableToStructuredGrid(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTableToStructuredGrid object +// + +package vtk; +import vtk.*; + +public class vtkTableToStructuredGrid extends vtkStructuredGridAlgorithm +{ + + 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 SetWholeExtent_2(int id0,int id1,int id2,int id3,int id4,int id5); + public void SetWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5) + { SetWholeExtent_2(id0,id1,id2,id3,id4,id5); } + + private native void SetWholeExtent_3(int id0[]); + public void SetWholeExtent(int id0[]) + { SetWholeExtent_3(id0); } + + private native int[] GetWholeExtent_4(); + public int[] GetWholeExtent() + { return GetWholeExtent_4(); } + + private native void SetXColumn_5(String id0); + public void SetXColumn(String id0) + { SetXColumn_5(id0); } + + private native String GetXColumn_6(); + public String GetXColumn() + { return GetXColumn_6(); } + + private native void SetXComponent_7(int id0); + public void SetXComponent(int id0) + { SetXComponent_7(id0); } + + private native int GetXComponentMinValue_8(); + public int GetXComponentMinValue() + { return GetXComponentMinValue_8(); } + + private native int GetXComponentMaxValue_9(); + public int GetXComponentMaxValue() + { return GetXComponentMaxValue_9(); } + + private native int GetXComponent_10(); + public int GetXComponent() + { return GetXComponent_10(); } + + private native void SetYColumn_11(String id0); + public void SetYColumn(String id0) + { SetYColumn_11(id0); } + + private native String GetYColumn_12(); + public String GetYColumn() + { return GetYColumn_12(); } + + private native void SetYComponent_13(int id0); + public void SetYComponent(int id0) + { SetYComponent_13(id0); } + + private native int GetYComponentMinValue_14(); + public int GetYComponentMinValue() + { return GetYComponentMinValue_14(); } + + private native int GetYComponentMaxValue_15(); + public int GetYComponentMaxValue() + { return GetYComponentMaxValue_15(); } + + private native int GetYComponent_16(); + public int GetYComponent() + { return GetYComponent_16(); } + + private native void SetZColumn_17(String id0); + public void SetZColumn(String id0) + { SetZColumn_17(id0); } + + private native String GetZColumn_18(); + public String GetZColumn() + { return GetZColumn_18(); } + + private native void SetZComponent_19(int id0); + public void SetZComponent(int id0) + { SetZComponent_19(id0); } + + private native int GetZComponentMinValue_20(); + public int GetZComponentMinValue() + { return GetZComponentMinValue_20(); } + + private native int GetZComponentMaxValue_21(); + public int GetZComponentMaxValue() + { return GetZComponentMaxValue_21(); } + + private native int GetZComponent_22(); + public int GetZComponent() + { return GetZComponent_22(); } + + public vtkTableToStructuredGrid() { super(); } + + public vtkTableToStructuredGrid(long id) { super(id); } + public native long VTKInit(); + +}