]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTreeFieldAggregator.java
Fix PNG loading
[simantics/3d.git] / vtk / src / vtk / vtkTreeFieldAggregator.java
1 // java wrapper for vtkTreeFieldAggregator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTreeFieldAggregator extends vtkTreeAlgorithm
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 String GetField_2();
19   public String GetField()
20     { return GetField_2(); }
21
22   private native void SetField_3(String id0);
23   public void SetField(String id0)
24     { SetField_3(id0); }
25
26   private native double GetMinValue_4();
27   public double GetMinValue()
28     { return GetMinValue_4(); }
29
30   private native void SetMinValue_5(double id0);
31   public void SetMinValue(double id0)
32     { SetMinValue_5(id0); }
33
34   private native void SetLeafVertexUnitSize_6(boolean id0);
35   public void SetLeafVertexUnitSize(boolean id0)
36     { SetLeafVertexUnitSize_6(id0); }
37
38   private native boolean GetLeafVertexUnitSize_7();
39   public boolean GetLeafVertexUnitSize()
40     { return GetLeafVertexUnitSize_7(); }
41
42   private native void LeafVertexUnitSizeOn_8();
43   public void LeafVertexUnitSizeOn()
44     { LeafVertexUnitSizeOn_8(); }
45
46   private native void LeafVertexUnitSizeOff_9();
47   public void LeafVertexUnitSizeOff()
48     { LeafVertexUnitSizeOff_9(); }
49
50   private native void SetLogScale_10(boolean id0);
51   public void SetLogScale(boolean id0)
52     { SetLogScale_10(id0); }
53
54   private native boolean GetLogScale_11();
55   public boolean GetLogScale()
56     { return GetLogScale_11(); }
57
58   private native void LogScaleOn_12();
59   public void LogScaleOn()
60     { LogScaleOn_12(); }
61
62   private native void LogScaleOff_13();
63   public void LogScaleOff()
64     { LogScaleOff_13(); }
65
66   public vtkTreeFieldAggregator() { super(); }
67
68   public vtkTreeFieldAggregator(long id) { super(id); }
69   public native long   VTKInit();
70
71 }