]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGraphLayoutFilter.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkGraphLayoutFilter.java
1 // java wrapper for vtkGraphLayoutFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGraphLayoutFilter 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 SetGraphBounds_2(double id0,double id1,double id2,double id3,double id4,double id5);
19   public void SetGraphBounds(double id0,double id1,double id2,double id3,double id4,double id5)
20     { SetGraphBounds_2(id0,id1,id2,id3,id4,id5); }
21
22   private native void SetGraphBounds_3(double id0[]);
23   public void SetGraphBounds(double id0[])
24     { SetGraphBounds_3(id0); }
25
26   private native double[] GetGraphBounds_4();
27   public double[] GetGraphBounds()
28     { return GetGraphBounds_4(); }
29
30   private native void SetAutomaticBoundsComputation_5(int id0);
31   public void SetAutomaticBoundsComputation(int id0)
32     { SetAutomaticBoundsComputation_5(id0); }
33
34   private native int GetAutomaticBoundsComputation_6();
35   public int GetAutomaticBoundsComputation()
36     { return GetAutomaticBoundsComputation_6(); }
37
38   private native void AutomaticBoundsComputationOn_7();
39   public void AutomaticBoundsComputationOn()
40     { AutomaticBoundsComputationOn_7(); }
41
42   private native void AutomaticBoundsComputationOff_8();
43   public void AutomaticBoundsComputationOff()
44     { AutomaticBoundsComputationOff_8(); }
45
46   private native void SetMaxNumberOfIterations_9(int id0);
47   public void SetMaxNumberOfIterations(int id0)
48     { SetMaxNumberOfIterations_9(id0); }
49
50   private native int GetMaxNumberOfIterationsMinValue_10();
51   public int GetMaxNumberOfIterationsMinValue()
52     { return GetMaxNumberOfIterationsMinValue_10(); }
53
54   private native int GetMaxNumberOfIterationsMaxValue_11();
55   public int GetMaxNumberOfIterationsMaxValue()
56     { return GetMaxNumberOfIterationsMaxValue_11(); }
57
58   private native int GetMaxNumberOfIterations_12();
59   public int GetMaxNumberOfIterations()
60     { return GetMaxNumberOfIterations_12(); }
61
62   private native void SetCoolDownRate_13(double id0);
63   public void SetCoolDownRate(double id0)
64     { SetCoolDownRate_13(id0); }
65
66   private native double GetCoolDownRateMinValue_14();
67   public double GetCoolDownRateMinValue()
68     { return GetCoolDownRateMinValue_14(); }
69
70   private native double GetCoolDownRateMaxValue_15();
71   public double GetCoolDownRateMaxValue()
72     { return GetCoolDownRateMaxValue_15(); }
73
74   private native double GetCoolDownRate_16();
75   public double GetCoolDownRate()
76     { return GetCoolDownRate_16(); }
77
78   private native void SetThreeDimensionalLayout_17(int id0);
79   public void SetThreeDimensionalLayout(int id0)
80     { SetThreeDimensionalLayout_17(id0); }
81
82   private native int GetThreeDimensionalLayout_18();
83   public int GetThreeDimensionalLayout()
84     { return GetThreeDimensionalLayout_18(); }
85
86   private native void ThreeDimensionalLayoutOn_19();
87   public void ThreeDimensionalLayoutOn()
88     { ThreeDimensionalLayoutOn_19(); }
89
90   private native void ThreeDimensionalLayoutOff_20();
91   public void ThreeDimensionalLayoutOff()
92     { ThreeDimensionalLayoutOff_20(); }
93
94   public vtkGraphLayoutFilter() { super(); }
95
96   public vtkGraphLayoutFilter(long id) { super(id); }
97   public native long   VTKInit();
98
99 }