// java wrapper for vtkImagePermute object // package vtk; import vtk.*; public class vtkImagePermute extends vtkImageReslice { 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 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(); }