X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkCellCenters.java;h=1983fbeed6997a0363ae46bbb9485d3c221e0ced;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=d16c01a5ae0b3dbed2507f022e6b22515da5bd30;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkCellCenters.java b/vtk/src/vtk/vtkCellCenters.java index d16c01a5..1983fbee 100644 --- a/vtk/src/vtk/vtkCellCenters.java +++ b/vtk/src/vtk/vtkCellCenters.java @@ -1,39 +1,39 @@ -// java wrapper for vtkCellCenters object -// - -package vtk; -import vtk.*; - -public class vtkCellCenters 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 vtkCellCenters() { super(); } - - public vtkCellCenters(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkCellCenters object +// + +package vtk; +import vtk.*; + +public class vtkCellCenters 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 vtkCellCenters() { super(); } + + public vtkCellCenters(long id) { super(id); } + public native long VTKInit(); + +}