X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkRectilinearGridToTetrahedra.java;h=401ad1c5c0e27472e0e3db278164c588abd1b376;hb=e099dab186d7c214a750f8b50e6eec7d46debe3f;hp=6cc9a1c88bdc47ff8a6f0a48a29ba7105c34783e;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkRectilinearGridToTetrahedra.java b/vtk/src/vtk/vtkRectilinearGridToTetrahedra.java index 6cc9a1c8..401ad1c5 100644 --- a/vtk/src/vtk/vtkRectilinearGridToTetrahedra.java +++ b/vtk/src/vtk/vtkRectilinearGridToTetrahedra.java @@ -1,71 +1,71 @@ -// java wrapper for vtkRectilinearGridToTetrahedra object -// - -package vtk; -import vtk.*; - -public class vtkRectilinearGridToTetrahedra 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 SetTetraPerCellTo5_2(); - public void SetTetraPerCellTo5() - { SetTetraPerCellTo5_2(); } - - private native void SetTetraPerCellTo6_3(); - public void SetTetraPerCellTo6() - { SetTetraPerCellTo6_3(); } - - private native void SetTetraPerCellTo12_4(); - public void SetTetraPerCellTo12() - { SetTetraPerCellTo12_4(); } - - private native void SetTetraPerCellTo5And12_5(); - public void SetTetraPerCellTo5And12() - { SetTetraPerCellTo5And12_5(); } - - private native void SetTetraPerCell_6(int id0); - public void SetTetraPerCell(int id0) - { SetTetraPerCell_6(id0); } - - private native int GetTetraPerCell_7(); - public int GetTetraPerCell() - { return GetTetraPerCell_7(); } - - private native void SetRememberVoxelId_8(int id0); - public void SetRememberVoxelId(int id0) - { SetRememberVoxelId_8(id0); } - - private native int GetRememberVoxelId_9(); - public int GetRememberVoxelId() - { return GetRememberVoxelId_9(); } - - private native void RememberVoxelIdOn_10(); - public void RememberVoxelIdOn() - { RememberVoxelIdOn_10(); } - - private native void RememberVoxelIdOff_11(); - public void RememberVoxelIdOff() - { RememberVoxelIdOff_11(); } - - private native void SetInput_12(double id0[],double id1[],double id2); - public void SetInput(double id0[],double id1[],double id2) - { SetInput_12(id0,id1,id2); } - - private native void SetInput_13(double id0,double id1,double id2,double id3,double id4,double id5,double id6); - public void SetInput(double id0,double id1,double id2,double id3,double id4,double id5,double id6) - { SetInput_13(id0,id1,id2,id3,id4,id5,id6); } - - public vtkRectilinearGridToTetrahedra() { super(); } - - public vtkRectilinearGridToTetrahedra(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkRectilinearGridToTetrahedra object +// + +package vtk; +import vtk.*; + +public class vtkRectilinearGridToTetrahedra 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 SetTetraPerCellTo5_2(); + public void SetTetraPerCellTo5() + { SetTetraPerCellTo5_2(); } + + private native void SetTetraPerCellTo6_3(); + public void SetTetraPerCellTo6() + { SetTetraPerCellTo6_3(); } + + private native void SetTetraPerCellTo12_4(); + public void SetTetraPerCellTo12() + { SetTetraPerCellTo12_4(); } + + private native void SetTetraPerCellTo5And12_5(); + public void SetTetraPerCellTo5And12() + { SetTetraPerCellTo5And12_5(); } + + private native void SetTetraPerCell_6(int id0); + public void SetTetraPerCell(int id0) + { SetTetraPerCell_6(id0); } + + private native int GetTetraPerCell_7(); + public int GetTetraPerCell() + { return GetTetraPerCell_7(); } + + private native void SetRememberVoxelId_8(int id0); + public void SetRememberVoxelId(int id0) + { SetRememberVoxelId_8(id0); } + + private native int GetRememberVoxelId_9(); + public int GetRememberVoxelId() + { return GetRememberVoxelId_9(); } + + private native void RememberVoxelIdOn_10(); + public void RememberVoxelIdOn() + { RememberVoxelIdOn_10(); } + + private native void RememberVoxelIdOff_11(); + public void RememberVoxelIdOff() + { RememberVoxelIdOff_11(); } + + private native void SetInput_12(double id0[],double id1[],double id2); + public void SetInput(double id0[],double id1[],double id2) + { SetInput_12(id0,id1,id2); } + + private native void SetInput_13(double id0,double id1,double id2,double id3,double id4,double id5,double id6); + public void SetInput(double id0,double id1,double id2,double id3,double id4,double id5,double id6) + { SetInput_13(id0,id1,id2,id3,id4,id5,id6); } + + public vtkRectilinearGridToTetrahedra() { super(); } + + public vtkRectilinearGridToTetrahedra(long id) { super(id); } + public native long VTKInit(); + +}