]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGraphHierarchicalBundleEdges.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkGraphHierarchicalBundleEdges.java
1 // java wrapper for vtkGraphHierarchicalBundleEdges object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGraphHierarchicalBundleEdges extends vtkGraphAlgorithm
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 SetBundlingStrength_2(double id0);
19   public void SetBundlingStrength(double id0)
20     { SetBundlingStrength_2(id0); }
21
22   private native double GetBundlingStrengthMinValue_3();
23   public double GetBundlingStrengthMinValue()
24     { return GetBundlingStrengthMinValue_3(); }
25
26   private native double GetBundlingStrengthMaxValue_4();
27   public double GetBundlingStrengthMaxValue()
28     { return GetBundlingStrengthMaxValue_4(); }
29
30   private native double GetBundlingStrength_5();
31   public double GetBundlingStrength()
32     { return GetBundlingStrength_5(); }
33
34   private native void SetDirectMapping_6(boolean id0);
35   public void SetDirectMapping(boolean id0)
36     { SetDirectMapping_6(id0); }
37
38   private native boolean GetDirectMapping_7();
39   public boolean GetDirectMapping()
40     { return GetDirectMapping_7(); }
41
42   private native void DirectMappingOn_8();
43   public void DirectMappingOn()
44     { DirectMappingOn_8(); }
45
46   private native void DirectMappingOff_9();
47   public void DirectMappingOff()
48     { DirectMappingOff_9(); }
49
50   private native int FillInputPortInformation_10(int id0,vtkInformation id1);
51   public int FillInputPortInformation(int id0,vtkInformation id1)
52     { return FillInputPortInformation_10(id0,id1); }
53
54   public vtkGraphHierarchicalBundleEdges() { super(); }
55
56   public vtkGraphHierarchicalBundleEdges(long id) { super(id); }
57   public native long   VTKInit();
58
59 }