]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkSubCommunicator.java
Perform view direction switching via vtkCameraAndSelectorAction
[simantics/3d.git] / vtk / src / vtk / vtkSubCommunicator.java
1 // java wrapper for vtkSubCommunicator object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkSubCommunicator extends vtkCommunicator
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 long GetGroup_2();
19   public vtkProcessGroup GetGroup() {
20     long temp = GetGroup_2();
21
22     if (temp == 0) return null;
23     return (vtkProcessGroup)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native void SetGroup_3(vtkProcessGroup id0);
27   public void SetGroup(vtkProcessGroup id0)
28     { SetGroup_3(id0); }
29
30   public vtkSubCommunicator() { super(); }
31
32   public vtkSubCommunicator(long id) { super(id); }
33   public native long   VTKInit();
34
35 }