// java wrapper for vtkWarpTo object // package vtk; import vtk.*; public class vtkWarpTo extends vtkPointSetAlgorithm { 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 SetScaleFactor_2(double id0); public void SetScaleFactor(double id0) { SetScaleFactor_2(id0); } private native double GetScaleFactor_3(); public double GetScaleFactor() { return GetScaleFactor_3(); } private native double[] GetPosition_4(); public double[] GetPosition() { return GetPosition_4(); } private native void SetPosition_5(double id0,double id1,double id2); public void SetPosition(double id0,double id1,double id2) { SetPosition_5(id0,id1,id2); } private native void SetPosition_6(double id0[]); public void SetPosition(double id0[]) { SetPosition_6(id0); } private native void SetAbsolute_7(int id0); public void SetAbsolute(int id0) { SetAbsolute_7(id0); } private native int GetAbsolute_8(); public int GetAbsolute() { return GetAbsolute_8(); } private native void AbsoluteOn_9(); public void AbsoluteOn() { AbsoluteOn_9(); } private native void AbsoluteOff_10(); public void AbsoluteOff() { AbsoluteOff_10(); } private native int FillInputPortInformation_11(int id0,vtkInformation id1); public int FillInputPortInformation(int id0,vtkInformation id1) { return FillInputPortInformation_11(id0,id1); } public vtkWarpTo() { super(); } public vtkWarpTo(long id) { super(id); } public native long VTKInit(); }