X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageClip.java;h=c1455ab7c13fffa060e2df909501fdc477aad08c;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=07e3981ec5ecdc36a48dd11abf3a32418642b405;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageClip.java b/vtk/src/vtk/vtkImageClip.java index 07e3981e..c1455ab7 100644 --- a/vtk/src/vtk/vtkImageClip.java +++ b/vtk/src/vtk/vtkImageClip.java @@ -1,63 +1,59 @@ -// 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(); - -} +// java wrapper for vtkImageClip object +// + +package vtk; +import vtk.*; + +public class vtkImageClip extends vtkImageAlgorithm +{ + + 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 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(); } + + public vtkImageClip() { super(); } + + public vtkImageClip(long id) { super(id); } + public native long VTKInit(); + +}