X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageClip.java;fp=vtk%2Fsrc%2Fvtk%2FvtkImageClip.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=07e3981ec5ecdc36a48dd11abf3a32418642b405;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageClip.java b/vtk/src/vtk/vtkImageClip.java deleted file mode 100644 index 07e3981e..00000000 --- a/vtk/src/vtk/vtkImageClip.java +++ /dev/null @@ -1,63 +0,0 @@ -// java wrapper for vtkImageClip object -// - -package vtk; -import vtk.*; - -public class vtkImageClip extends vtkImageAlgorithm -{ - - 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 SetOutputWholeExtent_2(int id0[],vtkInformation id1); - public void SetOutputWholeExtent(int id0[],vtkInformation id1) - { SetOutputWholeExtent_2(id0,id1); } - - private native void SetOutputWholeExtent_3(int id0,int id1,int id2,int id3,int id4,int id5); - public void SetOutputWholeExtent(int id0,int id1,int id2,int id3,int id4,int id5) - { SetOutputWholeExtent_3(id0,id1,id2,id3,id4,id5); } - - private native void GetOutputWholeExtent_4(int id0[]); - public void GetOutputWholeExtent(int id0[]) - { GetOutputWholeExtent_4(id0); } - - private native int[] GetOutputWholeExtent_5(); - public int[] GetOutputWholeExtent() - { return GetOutputWholeExtent_5(); } - - private native void ResetOutputWholeExtent_6(); - public void ResetOutputWholeExtent() - { ResetOutputWholeExtent_6(); } - - private native void SetClipData_7(int id0); - public void SetClipData(int id0) - { SetClipData_7(id0); } - - private native int GetClipData_8(); - public int GetClipData() - { return GetClipData_8(); } - - private native void ClipDataOn_9(); - public void ClipDataOn() - { ClipDataOn_9(); } - - private native void ClipDataOff_10(); - public void ClipDataOff() - { ClipDataOff_10(); } - - private native void SetOutputWholeExtent_11(int id0,int id1); - public void SetOutputWholeExtent(int id0,int id1) - { SetOutputWholeExtent_11(id0,id1); } - - public vtkImageClip() { super(); } - - public vtkImageClip(long id) { super(id); } - public native long VTKInit(); - -}