]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTreeHeatmapItem.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkTreeHeatmapItem.java
1 // java wrapper for vtkTreeHeatmapItem object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTreeHeatmapItem extends vtkContextItem
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 SetTree_2(vtkTree id0);
19   public void SetTree(vtkTree id0)
20     { SetTree_2(id0); }
21
22   private native long GetTree_3();
23   public vtkTree GetTree() {
24     long temp = GetTree_3();
25
26     if (temp == 0) return null;
27     return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void SetColumnTree_4(vtkTree id0);
31   public void SetColumnTree(vtkTree id0)
32     { SetColumnTree_4(id0); }
33
34   private native long GetColumnTree_5();
35   public vtkTree GetColumnTree() {
36     long temp = GetColumnTree_5();
37
38     if (temp == 0) return null;
39     return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
40 }
41
42   private native void SetTable_6(vtkTable id0);
43   public void SetTable(vtkTable id0)
44     { SetTable_6(id0); }
45
46   private native long GetTable_7();
47   public vtkTable GetTable() {
48     long temp = GetTable_7();
49
50     if (temp == 0) return null;
51     return (vtkTable)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
52 }
53
54   private native long GetDendrogram_8();
55   public vtkDendrogramItem GetDendrogram() {
56     long temp = GetDendrogram_8();
57
58     if (temp == 0) return null;
59     return (vtkDendrogramItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
60 }
61
62   private native void SetDendrogram_9(vtkDendrogramItem id0);
63   public void SetDendrogram(vtkDendrogramItem id0)
64     { SetDendrogram_9(id0); }
65
66   private native long GetHeatmap_10();
67   public vtkHeatmapItem GetHeatmap() {
68     long temp = GetHeatmap_10();
69
70     if (temp == 0) return null;
71     return (vtkHeatmapItem)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
72 }
73
74   private native void SetHeatmap_11(vtkHeatmapItem id0);
75   public void SetHeatmap(vtkHeatmapItem id0)
76     { SetHeatmap_11(id0); }
77
78   private native void ReorderTable_12();
79   public void ReorderTable()
80     { ReorderTable_12(); }
81
82   private native void ReverseTableRows_13();
83   public void ReverseTableRows()
84     { ReverseTableRows_13(); }
85
86   private native void ReverseTableColumns_14();
87   public void ReverseTableColumns()
88     { ReverseTableColumns_14(); }
89
90   private native void SetOrientation_15(int id0);
91   public void SetOrientation(int id0)
92     { SetOrientation_15(id0); }
93
94   private native int GetOrientation_16();
95   public int GetOrientation()
96     { return GetOrientation_16(); }
97
98   private native void GetBounds_17(double id0[]);
99   public void GetBounds(double id0[])
100     { GetBounds_17(id0); }
101
102   private native void GetCenter_18(double id0[]);
103   public void GetCenter(double id0[])
104     { GetCenter_18(id0); }
105
106   private native void GetSize_19(double id0[]);
107   public void GetSize(double id0[])
108     { GetSize_19(id0); }
109
110   private native void CollapseToNumberOfLeafNodes_20(int id0);
111   public void CollapseToNumberOfLeafNodes(int id0)
112     { CollapseToNumberOfLeafNodes_20(id0); }
113
114   private native double GetTreeLineWidth_21();
115   public double GetTreeLineWidth()
116     { return GetTreeLineWidth_21(); }
117
118   private native void SetTreeLineWidth_22(double id0);
119   public void SetTreeLineWidth(double id0)
120     { SetTreeLineWidth_22(id0); }
121
122   private native long GetPrunedTree_23();
123   public vtkTree GetPrunedTree() {
124     long temp = GetPrunedTree_23();
125
126     if (temp == 0) return null;
127     return (vtkTree)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
128 }
129
130   private native void SetTreeColorArray_24(String id0);
131   public void SetTreeColorArray(String id0)
132     { SetTreeColorArray_24(id0); }
133
134   public vtkTreeHeatmapItem() { super(); }
135
136   public vtkTreeHeatmapItem(long id) { super(id); }
137   public native long   VTKInit();
138
139 }