X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkExtentSplitter.java;fp=vtk%2Fsrc%2Fvtk%2FvtkExtentSplitter.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=ea5086223ce2d859028e1683a9f54eafd21f3857;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkExtentSplitter.java b/vtk/src/vtk/vtkExtentSplitter.java deleted file mode 100644 index ea508622..00000000 --- a/vtk/src/vtk/vtkExtentSplitter.java +++ /dev/null @@ -1,71 +0,0 @@ -// java wrapper for vtkExtentSplitter object -// - -package vtk; -import vtk.*; - -public class vtkExtentSplitter extends vtkObject -{ - - 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 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(); - -}