]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGenericEdgeTable.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkGenericEdgeTable.java
1 // java wrapper for vtkGenericEdgeTable object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGenericEdgeTable 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 InsertEdge_2(int id0,int id1,int id2,int id3);
19   public void InsertEdge(int id0,int id1,int id2,int id3)
20     { InsertEdge_2(id0,id1,id2,id3); }
21
22   private native int RemoveEdge_3(int id0,int id1);
23   public int RemoveEdge(int id0,int id1)
24     { return RemoveEdge_3(id0,id1); }
25
26   private native int IncrementEdgeReferenceCount_4(int id0,int id1,int id2);
27   public int IncrementEdgeReferenceCount(int id0,int id1,int id2)
28     { return IncrementEdgeReferenceCount_4(id0,id1,id2); }
29
30   private native int CheckEdgeReferenceCount_5(int id0,int id1);
31   public int CheckEdgeReferenceCount(int id0,int id1)
32     { return CheckEdgeReferenceCount_5(id0,id1); }
33
34   private native void Initialize_6(int id0);
35   public void Initialize(int id0)
36     { Initialize_6(id0); }
37
38   private native int GetNumberOfComponents_7();
39   public int GetNumberOfComponents()
40     { return GetNumberOfComponents_7(); }
41
42   private native void SetNumberOfComponents_8(int id0);
43   public void SetNumberOfComponents(int id0)
44     { SetNumberOfComponents_8(id0); }
45
46   private native int CheckPoint_9(int id0);
47   public int CheckPoint(int id0)
48     { return CheckPoint_9(id0); }
49
50   private native void InsertPoint_10(int id0,double id1[]);
51   public void InsertPoint(int id0,double id1[])
52     { InsertPoint_10(id0,id1); }
53
54   private native void RemovePoint_11(int id0);
55   public void RemovePoint(int id0)
56     { RemovePoint_11(id0); }
57
58   private native void IncrementPointReferenceCount_12(int id0);
59   public void IncrementPointReferenceCount(int id0)
60     { IncrementPointReferenceCount_12(id0); }
61
62   private native void DumpTable_13();
63   public void DumpTable()
64     { DumpTable_13(); }
65
66   private native void LoadFactor_14();
67   public void LoadFactor()
68     { LoadFactor_14(); }
69
70   public vtkGenericEdgeTable() { super(); }
71
72   public vtkGenericEdgeTable(long id) { super(id); }
73   public native long   VTKInit();
74
75 }