// java wrapper for vtkExplicitCell object // package vtk; import vtk.*; public class vtkExplicitCell extends vtkNonLinearCell { 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 IsExplicitCell_2(); public int IsExplicitCell() { return IsExplicitCell_2(); } private native void SetCellId_3(int id0); public void SetCellId(int id0) { SetCellId_3(id0); } private native int GetCellId_4(); public int GetCellId() { return GetCellId_4(); } private native void SetDataSet_5(vtkDataSet id0); public void SetDataSet(vtkDataSet id0) { SetDataSet_5(id0); } private native long GetDataSet_6(); public vtkDataSet GetDataSet() { long temp = GetDataSet_6(); if (temp == 0) return null; return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkExplicitCell() { super(); } public vtkExplicitCell(long id) { super(id); } }