X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkEdgeCenters.java;h=745f2091682f8013ecb9ff5a25a782dd33a1b58b;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=62856920975a0133f0d636ac9f1352d726148ef0;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkEdgeCenters.java b/vtk/src/vtk/vtkEdgeCenters.java index 62856920..745f2091 100644 --- a/vtk/src/vtk/vtkEdgeCenters.java +++ b/vtk/src/vtk/vtkEdgeCenters.java @@ -1,39 +1,39 @@ -// java wrapper for vtkEdgeCenters object -// - -package vtk; -import vtk.*; - -public class vtkEdgeCenters extends vtkPolyDataAlgorithm -{ - - 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 SetVertexCells_2(int id0); - public void SetVertexCells(int id0) - { SetVertexCells_2(id0); } - - private native int GetVertexCells_3(); - public int GetVertexCells() - { return GetVertexCells_3(); } - - private native void VertexCellsOn_4(); - public void VertexCellsOn() - { VertexCellsOn_4(); } - - private native void VertexCellsOff_5(); - public void VertexCellsOff() - { VertexCellsOff_5(); } - - public vtkEdgeCenters() { super(); } - - public vtkEdgeCenters(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkEdgeCenters object +// + +package vtk; +import vtk.*; + +public class vtkEdgeCenters extends vtkPolyDataAlgorithm +{ + + 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 SetVertexCells_2(int id0); + public void SetVertexCells(int id0) + { SetVertexCells_2(id0); } + + private native int GetVertexCells_3(); + public int GetVertexCells() + { return GetVertexCells_3(); } + + private native void VertexCellsOn_4(); + public void VertexCellsOn() + { VertexCellsOn_4(); } + + private native void VertexCellsOff_5(); + public void VertexCellsOff() + { VertexCellsOff_5(); } + + public vtkEdgeCenters() { super(); } + + public vtkEdgeCenters(long id) { super(id); } + public native long VTKInit(); + +}