]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkAffineRepresentation.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkAffineRepresentation.java
1 // java wrapper for vtkAffineRepresentation object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkAffineRepresentation extends vtkWidgetRepresentation\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void GetTransform_2(vtkTransform id0);\r
19   public void GetTransform(vtkTransform id0)\r
20     { GetTransform_2(id0); }\r
21 \r
22   private native void SetTolerance_3(int id0);\r
23   public void SetTolerance(int id0)\r
24     { SetTolerance_3(id0); }\r
25 \r
26   private native int GetToleranceMinValue_4();\r
27   public int GetToleranceMinValue()\r
28     { return GetToleranceMinValue_4(); }\r
29 \r
30   private native int GetToleranceMaxValue_5();\r
31   public int GetToleranceMaxValue()\r
32     { return GetToleranceMaxValue_5(); }\r
33 \r
34   private native int GetTolerance_6();\r
35   public int GetTolerance()\r
36     { return GetTolerance_6(); }\r
37 \r
38   private native void ShallowCopy_7(vtkProp id0);\r
39   public void ShallowCopy(vtkProp id0)\r
40     { ShallowCopy_7(id0); }\r
41 \r
42   public vtkAffineRepresentation() { super(); }\r
43 \r
44   public vtkAffineRepresentation(long id) { super(id); }\r
45 \r
46 }\r