]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkPassThroughLayoutStrategy.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkPassThroughLayoutStrategy.java
1 // java wrapper for vtkPassThroughLayoutStrategy object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkPassThroughLayoutStrategy 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 Initialize_2();
19   public void Initialize()
20     { Initialize_2(); }
21
22   private native void Layout_3();
23   public void Layout()
24     { Layout_3(); }
25
26   private native int IsLayoutComplete_4();
27   public int IsLayoutComplete()
28     { return IsLayoutComplete_4(); }
29
30   public vtkPassThroughLayoutStrategy() { super(); }
31
32   public vtkPassThroughLayoutStrategy(long id) { super(id); }
33   public native long   VTKInit();
34
35 }