]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkExtentSplitter.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkExtentSplitter.java
1 // java wrapper for vtkExtentSplitter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkExtentSplitter 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 AddExtentSource_2(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7);
19   public void AddExtentSource(int id0,int id1,int id2,int id3,int id4,int id5,int id6,int id7)
20     { AddExtentSource_2(id0,id1,id2,id3,id4,id5,id6,id7); }
21
22   private native void RemoveExtentSource_3(int id0);
23   public void RemoveExtentSource(int id0)
24     { RemoveExtentSource_3(id0); }
25
26   private native void RemoveAllExtentSources_4();
27   public void RemoveAllExtentSources()
28     { RemoveAllExtentSources_4(); }
29
30   private native void AddExtent_5(int id0,int id1,int id2,int id3,int id4,int id5);
31   public void AddExtent(int id0,int id1,int id2,int id3,int id4,int id5)
32     { AddExtent_5(id0,id1,id2,id3,id4,id5); }
33
34   private native int ComputeSubExtents_6();
35   public int ComputeSubExtents()
36     { return ComputeSubExtents_6(); }
37
38   private native int GetNumberOfSubExtents_7();
39   public int GetNumberOfSubExtents()
40     { return GetNumberOfSubExtents_7(); }
41
42   private native int[]  GetSubExtent_8(int id0);
43   public int[]  GetSubExtent(int id0)
44     { return GetSubExtent_8(id0); }
45
46   private native int GetSubExtentSource_9(int id0);
47   public int GetSubExtentSource(int id0)
48     { return GetSubExtentSource_9(id0); }
49
50   private native int GetPointMode_10();
51   public int GetPointMode()
52     { return GetPointMode_10(); }
53
54   private native void SetPointMode_11(int id0);
55   public void SetPointMode(int id0)
56     { SetPointMode_11(id0); }
57
58   private native void PointModeOn_12();
59   public void PointModeOn()
60     { PointModeOn_12(); }
61
62   private native void PointModeOff_13();
63   public void PointModeOff()
64     { PointModeOff_13(); }
65
66   public vtkExtentSplitter() { super(); }
67
68   public vtkExtentSplitter(long id) { super(id); }
69   public native long   VTKInit();
70
71 }