]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkForceDirectedLayoutStrategy.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkForceDirectedLayoutStrategy.java
1 // java wrapper for vtkForceDirectedLayoutStrategy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkForceDirectedLayoutStrategy extends vtkGraphLayoutStrategy
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 SetRandomSeed_2(int id0);
19   public void SetRandomSeed(int id0)
20     { SetRandomSeed_2(id0); }
21
22   private native int GetRandomSeedMinValue_3();
23   public int GetRandomSeedMinValue()
24     { return GetRandomSeedMinValue_3(); }
25
26   private native int GetRandomSeedMaxValue_4();
27   public int GetRandomSeedMaxValue()
28     { return GetRandomSeedMaxValue_4(); }
29
30   private native int GetRandomSeed_5();
31   public int GetRandomSeed()
32     { return GetRandomSeed_5(); }
33
34   private native void SetGraphBounds_6(double id0,double id1,double id2,double id3,double id4,double id5);
35   public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)
36     { SetGraphBounds_6(id0,id1,id2,id3,id4,id5); }
37
38   private native void SetGraphBounds_7(double id0[]);
39   public void SetGraphBounds(double id0[])
40     { SetGraphBounds_7(id0); }
41
42   private native double[] GetGraphBounds_8();
43   public double[] GetGraphBounds()
44     { return GetGraphBounds_8(); }
45
46   private native void SetAutomaticBoundsComputation_9(int id0);
47   public void SetAutomaticBoundsComputation(int id0)
48     { SetAutomaticBoundsComputation_9(id0); }
49
50   private native int GetAutomaticBoundsComputation_10();
51   public int GetAutomaticBoundsComputation()
52     { return GetAutomaticBoundsComputation_10(); }
53
54   private native void AutomaticBoundsComputationOn_11();
55   public void AutomaticBoundsComputationOn()
56     { AutomaticBoundsComputationOn_11(); }
57
58   private native void AutomaticBoundsComputationOff_12();
59   public void AutomaticBoundsComputationOff()
60     { AutomaticBoundsComputationOff_12(); }
61
62   private native void SetMaxNumberOfIterations_13(int id0);
63   public void SetMaxNumberOfIterations(int id0)
64     { SetMaxNumberOfIterations_13(id0); }
65
66   private native int GetMaxNumberOfIterationsMinValue_14();
67   public int GetMaxNumberOfIterationsMinValue()
68     { return GetMaxNumberOfIterationsMinValue_14(); }
69
70   private native int GetMaxNumberOfIterationsMaxValue_15();
71   public int GetMaxNumberOfIterationsMaxValue()
72     { return GetMaxNumberOfIterationsMaxValue_15(); }
73
74   private native int GetMaxNumberOfIterations_16();
75   public int GetMaxNumberOfIterations()
76     { return GetMaxNumberOfIterations_16(); }
77
78   private native void SetIterationsPerLayout_17(int id0);
79   public void SetIterationsPerLayout(int id0)
80     { SetIterationsPerLayout_17(id0); }
81
82   private native int GetIterationsPerLayoutMinValue_18();
83   public int GetIterationsPerLayoutMinValue()
84     { return GetIterationsPerLayoutMinValue_18(); }
85
86   private native int GetIterationsPerLayoutMaxValue_19();
87   public int GetIterationsPerLayoutMaxValue()
88     { return GetIterationsPerLayoutMaxValue_19(); }
89
90   private native int GetIterationsPerLayout_20();
91   public int GetIterationsPerLayout()
92     { return GetIterationsPerLayout_20(); }
93
94   private native void SetCoolDownRate_21(double id0);
95   public void SetCoolDownRate(double id0)
96     { SetCoolDownRate_21(id0); }
97
98   private native double GetCoolDownRateMinValue_22();
99   public double GetCoolDownRateMinValue()
100     { return GetCoolDownRateMinValue_22(); }
101
102   private native double GetCoolDownRateMaxValue_23();
103   public double GetCoolDownRateMaxValue()
104     { return GetCoolDownRateMaxValue_23(); }
105
106   private native double GetCoolDownRate_24();
107   public double GetCoolDownRate()
108     { return GetCoolDownRate_24(); }
109
110   private native void SetThreeDimensionalLayout_25(int id0);
111   public void SetThreeDimensionalLayout(int id0)
112     { SetThreeDimensionalLayout_25(id0); }
113
114   private native int GetThreeDimensionalLayout_26();
115   public int GetThreeDimensionalLayout()
116     { return GetThreeDimensionalLayout_26(); }
117
118   private native void ThreeDimensionalLayoutOn_27();
119   public void ThreeDimensionalLayoutOn()
120     { ThreeDimensionalLayoutOn_27(); }
121
122   private native void ThreeDimensionalLayoutOff_28();
123   public void ThreeDimensionalLayoutOff()
124     { ThreeDimensionalLayoutOff_28(); }
125
126   private native void SetRandomInitialPoints_29(int id0);
127   public void SetRandomInitialPoints(int id0)
128     { SetRandomInitialPoints_29(id0); }
129
130   private native int GetRandomInitialPoints_30();
131   public int GetRandomInitialPoints()
132     { return GetRandomInitialPoints_30(); }
133
134   private native void RandomInitialPointsOn_31();
135   public void RandomInitialPointsOn()
136     { RandomInitialPointsOn_31(); }
137
138   private native void RandomInitialPointsOff_32();
139   public void RandomInitialPointsOff()
140     { RandomInitialPointsOff_32(); }
141
142   private native void SetInitialTemperature_33(double id0);
143   public void SetInitialTemperature(double id0)
144     { SetInitialTemperature_33(id0); }
145
146   private native double GetInitialTemperatureMinValue_34();
147   public double GetInitialTemperatureMinValue()
148     { return GetInitialTemperatureMinValue_34(); }
149
150   private native double GetInitialTemperatureMaxValue_35();
151   public double GetInitialTemperatureMaxValue()
152     { return GetInitialTemperatureMaxValue_35(); }
153
154   private native double GetInitialTemperature_36();
155   public double GetInitialTemperature()
156     { return GetInitialTemperature_36(); }
157
158   private native void Initialize_37();
159   public void Initialize()
160     { Initialize_37(); }
161
162   private native void Layout_38();
163   public void Layout()
164     { Layout_38(); }
165
166   private native int IsLayoutComplete_39();
167   public int IsLayoutComplete()
168     { return IsLayoutComplete_39(); }
169
170   public vtkForceDirectedLayoutStrategy() { super(); }
171
172   public vtkForceDirectedLayoutStrategy(long id) { super(id); }
173   public native long   VTKInit();
174
175 }