// 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); } }