X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGenericEdgeTable.java;h=9ec50d160914621a1c233bbc8f5f7bb419f1ec6c;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=f0611e7982953d13951119eab25af841232eef71;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericEdgeTable.java b/vtk/src/vtk/vtkGenericEdgeTable.java index f0611e79..9ec50d16 100644 --- a/vtk/src/vtk/vtkGenericEdgeTable.java +++ b/vtk/src/vtk/vtkGenericEdgeTable.java @@ -1,75 +1,75 @@ -// java wrapper for vtkGenericEdgeTable object -// - -package vtk; -import vtk.*; - -public class vtkGenericEdgeTable extends vtkObject -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void InsertEdge_2(int id0,int id1,int id2,int id3); - public void InsertEdge(int id0,int id1,int id2,int id3) - { InsertEdge_2(id0,id1,id2,id3); } - - private native int RemoveEdge_3(int id0,int id1); - public int RemoveEdge(int id0,int id1) - { return RemoveEdge_3(id0,id1); } - - private native int IncrementEdgeReferenceCount_4(int id0,int id1,int id2); - public int IncrementEdgeReferenceCount(int id0,int id1,int id2) - { return IncrementEdgeReferenceCount_4(id0,id1,id2); } - - private native int CheckEdgeReferenceCount_5(int id0,int id1); - public int CheckEdgeReferenceCount(int id0,int id1) - { return CheckEdgeReferenceCount_5(id0,id1); } - - private native void Initialize_6(int id0); - public void Initialize(int id0) - { Initialize_6(id0); } - - private native int GetNumberOfComponents_7(); - public int GetNumberOfComponents() - { return GetNumberOfComponents_7(); } - - private native void SetNumberOfComponents_8(int id0); - public void SetNumberOfComponents(int id0) - { SetNumberOfComponents_8(id0); } - - private native int CheckPoint_9(int id0); - public int CheckPoint(int id0) - { return CheckPoint_9(id0); } - - private native void InsertPoint_10(int id0,double id1[]); - public void InsertPoint(int id0,double id1[]) - { InsertPoint_10(id0,id1); } - - private native void RemovePoint_11(int id0); - public void RemovePoint(int id0) - { RemovePoint_11(id0); } - - private native void IncrementPointReferenceCount_12(int id0); - public void IncrementPointReferenceCount(int id0) - { IncrementPointReferenceCount_12(id0); } - - private native void DumpTable_13(); - public void DumpTable() - { DumpTable_13(); } - - private native void LoadFactor_14(); - public void LoadFactor() - { LoadFactor_14(); } - - public vtkGenericEdgeTable() { super(); } - - public vtkGenericEdgeTable(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGenericEdgeTable object +// + +package vtk; +import vtk.*; + +public class vtkGenericEdgeTable extends vtkObject +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void InsertEdge_2(int id0,int id1,int id2,int id3); + public void InsertEdge(int id0,int id1,int id2,int id3) + { InsertEdge_2(id0,id1,id2,id3); } + + private native int RemoveEdge_3(int id0,int id1); + public int RemoveEdge(int id0,int id1) + { return RemoveEdge_3(id0,id1); } + + private native int IncrementEdgeReferenceCount_4(int id0,int id1,int id2); + public int IncrementEdgeReferenceCount(int id0,int id1,int id2) + { return IncrementEdgeReferenceCount_4(id0,id1,id2); } + + private native int CheckEdgeReferenceCount_5(int id0,int id1); + public int CheckEdgeReferenceCount(int id0,int id1) + { return CheckEdgeReferenceCount_5(id0,id1); } + + private native void Initialize_6(int id0); + public void Initialize(int id0) + { Initialize_6(id0); } + + private native int GetNumberOfComponents_7(); + public int GetNumberOfComponents() + { return GetNumberOfComponents_7(); } + + private native void SetNumberOfComponents_8(int id0); + public void SetNumberOfComponents(int id0) + { SetNumberOfComponents_8(id0); } + + private native int CheckPoint_9(int id0); + public int CheckPoint(int id0) + { return CheckPoint_9(id0); } + + private native void InsertPoint_10(int id0,double id1[]); + public void InsertPoint(int id0,double id1[]) + { InsertPoint_10(id0,id1); } + + private native void RemovePoint_11(int id0); + public void RemovePoint(int id0) + { RemovePoint_11(id0); } + + private native void IncrementPointReferenceCount_12(int id0); + public void IncrementPointReferenceCount(int id0) + { IncrementPointReferenceCount_12(id0); } + + private native void DumpTable_13(); + public void DumpTable() + { DumpTable_13(); } + + private native void LoadFactor_14(); + public void LoadFactor() + { LoadFactor_14(); } + + public vtkGenericEdgeTable() { super(); } + + public vtkGenericEdgeTable(long id) { super(id); } + public native long VTKInit(); + +}