// java wrapper for vtkAffineRepresentation object // package vtk; import vtk.*; public class vtkAffineRepresentation extends vtkWidgetRepresentation { 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 GetTransform_2(vtkTransform id0); public void GetTransform(vtkTransform id0) { GetTransform_2(id0); } private native void SetTolerance_3(int id0); public void SetTolerance(int id0) { SetTolerance_3(id0); } private native int GetToleranceMinValue_4(); public int GetToleranceMinValue() { return GetToleranceMinValue_4(); } private native int GetToleranceMaxValue_5(); public int GetToleranceMaxValue() { return GetToleranceMaxValue_5(); } private native int GetTolerance_6(); public int GetTolerance() { return GetTolerance_6(); } private native void ShallowCopy_7(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_7(id0); } public vtkAffineRepresentation() { super(); } public vtkAffineRepresentation(long id) { super(id); } }