]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkFixedSizeHandleRepresentation3D.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkFixedSizeHandleRepresentation3D.java
1 // java wrapper for vtkFixedSizeHandleRepresentation3D object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkFixedSizeHandleRepresentation3D extends vtkPolygonalHandleRepresentation3D
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 long GetSphereSource_2();
19   public vtkSphereSource GetSphereSource() {
20     long temp = GetSphereSource_2();
21
22     if (temp == 0) return null;
23     return (vtkSphereSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetHandleSizeInPixels_3(double id0);
27   public void SetHandleSizeInPixels(double id0)
28     { SetHandleSizeInPixels_3(id0); }
29
30   private native double GetHandleSizeInPixels_4();
31   public double GetHandleSizeInPixels()
32     { return GetHandleSizeInPixels_4(); }
33
34   private native void SetHandleSizeToleranceInPixels_5(double id0);
35   public void SetHandleSizeToleranceInPixels(double id0)
36     { SetHandleSizeToleranceInPixels_5(id0); }
37
38   private native double GetHandleSizeToleranceInPixels_6();
39   public double GetHandleSizeToleranceInPixels()
40     { return GetHandleSizeToleranceInPixels_6(); }
41
42   public vtkFixedSizeHandleRepresentation3D() { super(); }
43
44   public vtkFixedSizeHandleRepresentation3D(long id) { super(id); }
45   public native long   VTKInit();
46
47 }