// java wrapper for vtkExtentSplitter object // package vtk; import vtk.*; public class vtkExtentSplitter extends vtkObject { 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 AddExtentSource_2(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7); public void AddExtentSource(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7) { AddExtentSource_2(id0,id1,id2,id3,id4,id5,id6,id7); } private native void RemoveExtentSource_3(int id0); public void RemoveExtentSource(int id0) { RemoveExtentSource_3(id0); } private native void RemoveAllExtentSources_4(); public void RemoveAllExtentSources() { RemoveAllExtentSources_4(); } private native void AddExtent_5(int id0,int id1,int id2,int id3,int id4,int id5); public void AddExtent(int id0,int id1,int id2,int id3,int id4,int id5) { AddExtent_5(id0,id1,id2,id3,id4,id5); } private native int ComputeSubExtents_6(); public int ComputeSubExtents() { return ComputeSubExtents_6(); } private native int GetNumberOfSubExtents_7(); public int GetNumberOfSubExtents() { return GetNumberOfSubExtents_7(); } private native int[] GetSubExtent_8(int id0); public int[] GetSubExtent(int id0) { return GetSubExtent_8(id0); } private native int GetSubExtentSource_9(int id0); public int GetSubExtentSource(int id0) { return GetSubExtentSource_9(id0); } private native int GetPointMode_10(); public int GetPointMode() { return GetPointMode_10(); } private native void SetPointMode_11(int id0); public void SetPointMode(int id0) { SetPointMode_11(id0); } private native void PointModeOn_12(); public void PointModeOn() { PointModeOn_12(); } private native void PointModeOff_13(); public void PointModeOff() { PointModeOff_13(); } public vtkExtentSplitter() { super(); } public vtkExtentSplitter(long id) { super(id); } public native long VTKInit(); }