]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGraphToGlyphs.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGraphToGlyphs.java
1 // java wrapper for vtkGraphToGlyphs object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGraphToGlyphs extends vtkPolyDataAlgorithm
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 SetGlyphType_2(int id0);
19   public void SetGlyphType(int id0)
20     { SetGlyphType_2(id0); }
21
22   private native int GetGlyphType_3();
23   public int GetGlyphType()
24     { return GetGlyphType_3(); }
25
26   private native void SetFilled_4(boolean id0);
27   public void SetFilled(boolean id0)
28     { SetFilled_4(id0); }
29
30   private native boolean GetFilled_5();
31   public boolean GetFilled()
32     { return GetFilled_5(); }
33
34   private native void FilledOn_6();
35   public void FilledOn()
36     { FilledOn_6(); }
37
38   private native void FilledOff_7();
39   public void FilledOff()
40     { FilledOff_7(); }
41
42   private native void SetScreenSize_8(double id0);
43   public void SetScreenSize(double id0)
44     { SetScreenSize_8(id0); }
45
46   private native double GetScreenSize_9();
47   public double GetScreenSize()
48     { return GetScreenSize_9(); }
49
50   private native void SetRenderer_10(vtkRenderer id0);
51   public void SetRenderer(vtkRenderer id0)
52     { SetRenderer_10(id0); }
53
54   private native long GetRenderer_11();
55   public vtkRenderer GetRenderer() {
56     long temp = GetRenderer_11();
57
58     if (temp == 0) return null;
59     return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetScaling_12(boolean id0);
63   public void SetScaling(boolean id0)
64     { SetScaling_12(id0); }
65
66   private native boolean GetScaling_13();
67   public boolean GetScaling()
68     { return GetScaling_13(); }
69
70   private native int GetMTime_14();
71   public int GetMTime()
72     { return GetMTime_14(); }
73
74   public vtkGraphToGlyphs() { super(); }
75
76   public vtkGraphToGlyphs(long id) { super(id); }
77   public native long   VTKInit();
78
79 }