X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkDataObjectToTable.java;h=ce0ac231f4e7690a2866cbfe306952e88668c5dd;hb=34cb7e694463fb4463a9bde610a1fd3bfd330644;hp=b96fbbeca3031fb12db0796983141f31941fb69f;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkDataObjectToTable.java b/vtk/src/vtk/vtkDataObjectToTable.java index b96fbbec..ce0ac231 100644 --- a/vtk/src/vtk/vtkDataObjectToTable.java +++ b/vtk/src/vtk/vtkDataObjectToTable.java @@ -1,39 +1,39 @@ -// java wrapper for vtkDataObjectToTable object -// - -package vtk; -import vtk.*; - -public class vtkDataObjectToTable extends vtkTableAlgorithm -{ - - 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 int GetFieldType_2(); - public int GetFieldType() - { return GetFieldType_2(); } - - private native void SetFieldType_3(int id0); - public void SetFieldType(int id0) - { SetFieldType_3(id0); } - - private native int GetFieldTypeMinValue_4(); - public int GetFieldTypeMinValue() - { return GetFieldTypeMinValue_4(); } - - private native int GetFieldTypeMaxValue_5(); - public int GetFieldTypeMaxValue() - { return GetFieldTypeMaxValue_5(); } - - public vtkDataObjectToTable() { super(); } - - public vtkDataObjectToTable(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkDataObjectToTable object +// + +package vtk; +import vtk.*; + +public class vtkDataObjectToTable extends vtkTableAlgorithm +{ + + 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 int GetFieldType_2(); + public int GetFieldType() + { return GetFieldType_2(); } + + private native void SetFieldType_3(int id0); + public void SetFieldType(int id0) + { SetFieldType_3(id0); } + + private native int GetFieldTypeMinValue_4(); + public int GetFieldTypeMinValue() + { return GetFieldTypeMinValue_4(); } + + private native int GetFieldTypeMaxValue_5(); + public int GetFieldTypeMaxValue() + { return GetFieldTypeMaxValue_5(); } + + public vtkDataObjectToTable() { super(); } + + public vtkDataObjectToTable(long id) { super(id); } + public native long VTKInit(); + +}