X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkAffineRepresentation.java;h=465523d8f1671aa6759aa8b9fca7f1e763cdc204;hb=refs%2Fchanges%2F15%2F3615%2F1;hp=fc93e3495b790bb3bae9b00b088219b4bb32ebe7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkAffineRepresentation.java b/vtk/src/vtk/vtkAffineRepresentation.java index fc93e349..465523d8 100644 --- a/vtk/src/vtk/vtkAffineRepresentation.java +++ b/vtk/src/vtk/vtkAffineRepresentation.java @@ -1,46 +1,46 @@ -// java wrapper for vtkAffineRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkAffineRepresentation extends vtkWidgetRepresentation -{ - - 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 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); } - -} +// 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); } + +}