X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImagePermute.java;fp=vtk%2Fsrc%2Fvtk%2FvtkImagePermute.java;h=9bc34415e93520c6a8099444e36a6f93a06d39e5;hb=471c46e9a685e20de958d77166461aebc7a7b6ee;hp=0000000000000000000000000000000000000000;hpb=4daf400d94499ace445cc112af3b9fd7960104c6;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImagePermute.java b/vtk/src/vtk/vtkImagePermute.java new file mode 100644 index 00000000..9bc34415 --- /dev/null +++ b/vtk/src/vtk/vtkImagePermute.java @@ -0,0 +1,35 @@ +// java wrapper for vtkImagePermute object +// + +package vtk; +import vtk.*; + +public class vtkImagePermute extends vtkImageReslice +{ + + 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 SetFilteredAxes_2(int id0,int id1,int id2); + public void SetFilteredAxes(int id0,int id1,int id2) + { SetFilteredAxes_2(id0,id1,id2); } + + private native void SetFilteredAxes_3(int id0[]); + public void SetFilteredAxes(int id0[]) + { SetFilteredAxes_3(id0); } + + private native int[] GetFilteredAxes_4(); + public int[] GetFilteredAxes() + { return GetFilteredAxes_4(); } + + public vtkImagePermute() { super(); } + + public vtkImagePermute(long id) { super(id); } + public native long VTKInit(); + +}