X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkExtractCells.java;h=e893a9b9699c07251ff7e9e04ec19f76a917ba96;hb=5303ddc439764f9263054f519deab7f9f350d561;hp=d72e58d0afbfcc4c0a3032760a14d593b63eac9c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkExtractCells.java b/vtk/src/vtk/vtkExtractCells.java index d72e58d0..e893a9b9 100644 --- a/vtk/src/vtk/vtkExtractCells.java +++ b/vtk/src/vtk/vtkExtractCells.java @@ -1,35 +1,39 @@ -// java wrapper for vtkExtractCells object -// - -package vtk; -import vtk.*; - -public class vtkExtractCells extends vtkUnstructuredGridAlgorithm -{ - - 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 SetCellList_2(vtkIdList id0); - public void SetCellList(vtkIdList id0) - { SetCellList_2(id0); } - - private native void AddCellList_3(vtkIdList id0); - public void AddCellList(vtkIdList id0) - { AddCellList_3(id0); } - - private native void AddCellRange_4(int id0,int id1); - public void AddCellRange(int id0,int id1) - { AddCellRange_4(id0,id1); } - - public vtkExtractCells() { super(); } - - public vtkExtractCells(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkExtractCells object +// + +package vtk; +import vtk.*; + +public class vtkExtractCells extends vtkUnstructuredGridAlgorithm +{ + + 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 SetCellList_2(vtkIdList id0); + public void SetCellList(vtkIdList id0) + { SetCellList_2(id0); } + + private native void AddCellList_3(vtkIdList id0); + public void AddCellList(vtkIdList id0) + { AddCellList_3(id0); } + + private native void AddCellRange_4(int id0,int id1); + public void AddCellRange(int id0,int id1) + { AddCellRange_4(id0,id1); } + + private native int GetMTime_5(); + public int GetMTime() + { return GetMTime_5(); } + + public vtkExtractCells() { super(); } + + public vtkExtractCells(long id) { super(id); } + public native long VTKInit(); + +}