X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=vtk%2Fsrc%2Fvtk%2FvtkGenericSubdivisionErrorMetric.java;h=57d6ff6d2eee2ddcb33e37be94a7acbde0643166;hb=56fa658c28ce7d9431fd016648df1022ed153ad4;hp=5a7f0a10b3c2c3ff7b2a1c22906fe9fd2387b526;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGenericSubdivisionErrorMetric.java b/vtk/src/vtk/vtkGenericSubdivisionErrorMetric.java index 5a7f0a10..57d6ff6d 100644 --- a/vtk/src/vtk/vtkGenericSubdivisionErrorMetric.java +++ b/vtk/src/vtk/vtkGenericSubdivisionErrorMetric.java @@ -1,46 +1,46 @@ -// java wrapper for vtkGenericSubdivisionErrorMetric object -// - -package vtk; -import vtk.*; - -public class vtkGenericSubdivisionErrorMetric extends vtkObject -{ - - 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 SetGenericCell_2(vtkGenericAdaptorCell id0); - public void SetGenericCell(vtkGenericAdaptorCell id0) - { SetGenericCell_2(id0); } - - private native long GetGenericCell_3(); - public vtkGenericAdaptorCell GetGenericCell() { - long temp = GetGenericCell_3(); - - if (temp == 0) return null; - return (vtkGenericAdaptorCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetDataSet_4(vtkGenericDataSet id0); - public void SetDataSet(vtkGenericDataSet id0) - { SetDataSet_4(id0); } - - private native long GetDataSet_5(); - public vtkGenericDataSet GetDataSet() { - long temp = GetDataSet_5(); - - if (temp == 0) return null; - return (vtkGenericDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkGenericSubdivisionErrorMetric() { super(); } - - public vtkGenericSubdivisionErrorMetric(long id) { super(id); } - -} +// java wrapper for vtkGenericSubdivisionErrorMetric object +// + +package vtk; +import vtk.*; + +public class vtkGenericSubdivisionErrorMetric extends vtkObject +{ + + 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 SetGenericCell_2(vtkGenericAdaptorCell id0); + public void SetGenericCell(vtkGenericAdaptorCell id0) + { SetGenericCell_2(id0); } + + private native long GetGenericCell_3(); + public vtkGenericAdaptorCell GetGenericCell() { + long temp = GetGenericCell_3(); + + if (temp == 0) return null; + return (vtkGenericAdaptorCell)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetDataSet_4(vtkGenericDataSet id0); + public void SetDataSet(vtkGenericDataSet id0) + { SetDataSet_4(id0); } + + private native long GetDataSet_5(); + public vtkGenericDataSet GetDataSet() { + long temp = GetDataSet_5(); + + if (temp == 0) return null; + return (vtkGenericDataSet)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkGenericSubdivisionErrorMetric() { super(); } + + public vtkGenericSubdivisionErrorMetric(long id) { super(id); } + +}