]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkCellTypes.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkCellTypes.java
1 // java wrapper for vtkCellTypes object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkCellTypes 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 int Allocate_2(int id0,int id1);
19   public int Allocate(int id0,int id1)
20     { return Allocate_2(id0,id1); }
21
22   private native void InsertCell_3(int id0,char id1,int id2);
23   public void InsertCell(int id0,char id1,int id2)
24     { InsertCell_3(id0,id1,id2); }
25
26   private native int InsertNextCell_4(char id0,int id1);
27   public int InsertNextCell(char id0,int id1)
28     { return InsertNextCell_4(id0,id1); }
29
30   private native void SetCellTypes_5(int id0,vtkUnsignedCharArray id1,vtkIdTypeArray id2);
31   public void SetCellTypes(int id0,vtkUnsignedCharArray id1,vtkIdTypeArray id2)
32     { SetCellTypes_5(id0,id1,id2); }
33
34   private native void SetCellTypes_6(int id0,vtkUnsignedCharArray id1,vtkIntArray id2);
35   public void SetCellTypes(int id0,vtkUnsignedCharArray id1,vtkIntArray id2)
36     { SetCellTypes_6(id0,id1,id2); }
37
38   private native int GetCellLocation_7(int id0);
39   public int GetCellLocation(int id0)
40     { return GetCellLocation_7(id0); }
41
42   private native void DeleteCell_8(int id0);
43   public void DeleteCell(int id0)
44     { DeleteCell_8(id0); }
45
46   private native int GetNumberOfTypes_9();
47   public int GetNumberOfTypes()
48     { return GetNumberOfTypes_9(); }
49
50   private native int IsType_10(char id0);
51   public int IsType(char id0)
52     { return IsType_10(id0); }
53
54   private native int InsertNextType_11(char id0);
55   public int InsertNextType(char id0)
56     { return InsertNextType_11(id0); }
57
58   private native int GetCellType_12(int id0);
59   public int GetCellType(int id0)
60     { return GetCellType_12(id0); }
61
62   private native void Squeeze_13();
63   public void Squeeze()
64     { Squeeze_13(); }
65
66   private native void Reset_14();
67   public void Reset()
68     { Reset_14(); }
69
70   private native int GetActualMemorySize_15();
71   public int GetActualMemorySize()
72     { return GetActualMemorySize_15(); }
73
74   private native void DeepCopy_16(vtkCellTypes id0);
75   public void DeepCopy(vtkCellTypes id0)
76     { DeepCopy_16(id0); }
77
78   private native String GetClassNameFromTypeId_17(int id0);
79   public String GetClassNameFromTypeId(int id0)
80     { return GetClassNameFromTypeId_17(id0); }
81
82   private native int GetTypeIdFromClassName_18(String id0);
83   public int GetTypeIdFromClassName(String id0)
84     { return GetTypeIdFromClassName_18(id0); }
85
86   private native int IsLinear_19(char id0);
87   public int IsLinear(char id0)
88     { return IsLinear_19(id0); }
89
90   public vtkCellTypes() { super(); }
91
92   public vtkCellTypes(long id) { super(id); }
93   public native long   VTKInit();
94
95 }