X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRectilinearGridClip.java;h=759b99a605f6dc78833aca205defeab559a55dad;hb=dad2672f12421f28805df9d97acf20d0a8efe71f;hp=2e0250ea4d032c0572831fc28b5e9dae61af4100;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRectilinearGridClip.java b/vtk/src/vtk/vtkRectilinearGridClip.java index 2e0250ea..759b99a6 100644 --- a/vtk/src/vtk/vtkRectilinearGridClip.java +++ b/vtk/src/vtk/vtkRectilinearGridClip.java @@ -1,59 +1,55 @@ -// java wrapper for vtkRectilinearGridClip object -// - -package vtk; -import vtk.*; - -public class vtkRectilinearGridClip extends vtkRectilinearGridAlgorithm -{ - - 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 vtkRectilinearGridClip() { super(); } - - public vtkRectilinearGridClip(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRectilinearGridClip object +// + +package vtk; +import vtk.*; + +public class vtkRectilinearGridClip extends vtkRectilinearGridAlgorithm +{ + + 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 vtkRectilinearGridClip() { super(); } + + public vtkRectilinearGridClip(long id) { super(id); } + public native long VTKInit(); + +}