// 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(); }