]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkExtentRCBPartitioner.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkExtentRCBPartitioner.java
1 // java wrapper for vtkExtentRCBPartitioner object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkExtentRCBPartitioner extends vtkObject
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 SetNumberOfPartitions_2(int id0);
19   public void SetNumberOfPartitions(int id0)
20     { SetNumberOfPartitions_2(id0); }
21
22   private native void SetGlobalExtent_3(int id0,int id1,int id2,int id3,int id4,int id5);
23   public void SetGlobalExtent(int id0,int id1,int id2,int id3,int id4,int id5)
24     { SetGlobalExtent_3(id0,id1,id2,id3,id4,id5); }
25
26   private native void SetGlobalExtent_4(int id0[]);
27   public void SetGlobalExtent(int id0[])
28     { SetGlobalExtent_4(id0); }
29
30   private native void SetDuplicateNodes_5(int id0);
31   public void SetDuplicateNodes(int id0)
32     { SetDuplicateNodes_5(id0); }
33
34   private native int GetDuplicateNodes_6();
35   public int GetDuplicateNodes()
36     { return GetDuplicateNodes_6(); }
37
38   private native void DuplicateNodesOn_7();
39   public void DuplicateNodesOn()
40     { DuplicateNodesOn_7(); }
41
42   private native void DuplicateNodesOff_8();
43   public void DuplicateNodesOff()
44     { DuplicateNodesOff_8(); }
45
46   private native void SetNumberOfGhostLayers_9(int id0);
47   public void SetNumberOfGhostLayers(int id0)
48     { SetNumberOfGhostLayers_9(id0); }
49
50   private native int GetNumberOfGhostLayers_10();
51   public int GetNumberOfGhostLayers()
52     { return GetNumberOfGhostLayers_10(); }
53
54   private native int GetNumExtents_11();
55   public int GetNumExtents()
56     { return GetNumExtents_11(); }
57
58   private native void Partition_12();
59   public void Partition()
60     { Partition_12(); }
61
62   private native void GetPartitionExtent_13(int id0,int id1[]);
63   public void GetPartitionExtent(int id0,int id1[])
64     { GetPartitionExtent_13(id0,id1); }
65
66   public vtkExtentRCBPartitioner() { super(); }
67
68   public vtkExtentRCBPartitioner(long id) { super(id); }
69   public native long   VTKInit();
70
71 }