X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkStructuredGridClip.java;h=d35d9cfe2618db62db068b4e45cb014577515685;hb=HEAD;hp=f39ab72e2ecfee95a8ed88c109e96dc5c560cc6a;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkStructuredGridClip.java b/vtk/src/vtk/vtkStructuredGridClip.java index f39ab72e..d35d9cfe 100644 --- a/vtk/src/vtk/vtkStructuredGridClip.java +++ b/vtk/src/vtk/vtkStructuredGridClip.java @@ -1,59 +1,55 @@ -// java wrapper for vtkStructuredGridClip object -// - -package vtk; -import vtk.*; - -public class vtkStructuredGridClip extends vtkStructuredGridAlgorithm -{ - - 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 void ResetOutputWholeExtent_5(); - public void ResetOutputWholeExtent() - { ResetOutputWholeExtent_5(); } - - private native void SetClipData_6(int id0); - public void SetClipData(int id0) - { SetClipData_6(id0); } - - private native int GetClipData_7(); - public int GetClipData() - { return GetClipData_7(); } - - private native void ClipDataOn_8(); - public void ClipDataOn() - { ClipDataOn_8(); } - - private native void ClipDataOff_9(); - public void ClipDataOff() - { ClipDataOff_9(); } - - private native void SetOutputWholeExtent_10(int id0,int id1); - public void SetOutputWholeExtent(int id0,int id1) - { SetOutputWholeExtent_10(id0,id1); } - - public vtkStructuredGridClip() { super(); } - - public vtkStructuredGridClip(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkStructuredGridClip object +// + +package vtk; +import vtk.*; + +public class vtkStructuredGridClip 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 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 void ResetOutputWholeExtent_5(); + public void ResetOutputWholeExtent() + { ResetOutputWholeExtent_5(); } + + private native void SetClipData_6(int id0); + public void SetClipData(int id0) + { SetClipData_6(id0); } + + private native int GetClipData_7(); + public int GetClipData() + { return GetClipData_7(); } + + private native void ClipDataOn_8(); + public void ClipDataOn() + { ClipDataOn_8(); } + + private native void ClipDataOff_9(); + public void ClipDataOff() + { ClipDataOff_9(); } + + public vtkStructuredGridClip() { super(); } + + public vtkStructuredGridClip(long id) { super(id); } + public native long VTKInit(); + +}