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