]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkConstrained2DLayoutStrategy.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkConstrained2DLayoutStrategy.java
1 // java wrapper for vtkConstrained2DLayoutStrategy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkConstrained2DLayoutStrategy 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 SetMaxNumberOfIterations_6(int id0);
35   public void SetMaxNumberOfIterations(int id0)
36     { SetMaxNumberOfIterations_6(id0); }
37
38   private native int GetMaxNumberOfIterationsMinValue_7();
39   public int GetMaxNumberOfIterationsMinValue()
40     { return GetMaxNumberOfIterationsMinValue_7(); }
41
42   private native int GetMaxNumberOfIterationsMaxValue_8();
43   public int GetMaxNumberOfIterationsMaxValue()
44     { return GetMaxNumberOfIterationsMaxValue_8(); }
45
46   private native int GetMaxNumberOfIterations_9();
47   public int GetMaxNumberOfIterations()
48     { return GetMaxNumberOfIterations_9(); }
49
50   private native void SetIterationsPerLayout_10(int id0);
51   public void SetIterationsPerLayout(int id0)
52     { SetIterationsPerLayout_10(id0); }
53
54   private native int GetIterationsPerLayoutMinValue_11();
55   public int GetIterationsPerLayoutMinValue()
56     { return GetIterationsPerLayoutMinValue_11(); }
57
58   private native int GetIterationsPerLayoutMaxValue_12();
59   public int GetIterationsPerLayoutMaxValue()
60     { return GetIterationsPerLayoutMaxValue_12(); }
61
62   private native int GetIterationsPerLayout_13();
63   public int GetIterationsPerLayout()
64     { return GetIterationsPerLayout_13(); }
65
66   private native void SetInitialTemperature_14(double id0);
67   public void SetInitialTemperature(double id0)
68     { SetInitialTemperature_14(id0); }
69
70   private native double GetInitialTemperatureMinValue_15();
71   public double GetInitialTemperatureMinValue()
72     { return GetInitialTemperatureMinValue_15(); }
73
74   private native double GetInitialTemperatureMaxValue_16();
75   public double GetInitialTemperatureMaxValue()
76     { return GetInitialTemperatureMaxValue_16(); }
77
78   private native double GetInitialTemperature_17();
79   public double GetInitialTemperature()
80     { return GetInitialTemperature_17(); }
81
82   private native void SetCoolDownRate_18(double id0);
83   public void SetCoolDownRate(double id0)
84     { SetCoolDownRate_18(id0); }
85
86   private native double GetCoolDownRateMinValue_19();
87   public double GetCoolDownRateMinValue()
88     { return GetCoolDownRateMinValue_19(); }
89
90   private native double GetCoolDownRateMaxValue_20();
91   public double GetCoolDownRateMaxValue()
92     { return GetCoolDownRateMaxValue_20(); }
93
94   private native double GetCoolDownRate_21();
95   public double GetCoolDownRate()
96     { return GetCoolDownRate_21(); }
97
98   private native void SetRestDistance_22(double id0);
99   public void SetRestDistance(double id0)
100     { SetRestDistance_22(id0); }
101
102   private native double GetRestDistance_23();
103   public double GetRestDistance()
104     { return GetRestDistance_23(); }
105
106   private native void Initialize_24();
107   public void Initialize()
108     { Initialize_24(); }
109
110   private native void Layout_25();
111   public void Layout()
112     { Layout_25(); }
113
114   private native int IsLayoutComplete_26();
115   public int IsLayoutComplete()
116     { return IsLayoutComplete_26(); }
117
118   private native void SetInputArrayName_27(String id0);
119   public void SetInputArrayName(String id0)
120     { SetInputArrayName_27(id0); }
121
122   private native String GetInputArrayName_28();
123   public String GetInputArrayName()
124     { return GetInputArrayName_28(); }
125
126   public vtkConstrained2DLayoutStrategy() { super(); }
127
128   public vtkConstrained2DLayoutStrategy(long id) { super(id); }
129   public native long   VTKInit();
130
131 }