// java wrapper for vtkGenericDataSetTessellator object // package vtk; import vtk.*; public class vtkGenericDataSetTessellator 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 SetKeepCellIds_2(int id0); public void SetKeepCellIds(int id0) { SetKeepCellIds_2(id0); } private native int GetKeepCellIds_3(); public int GetKeepCellIds() { return GetKeepCellIds_3(); } private native void KeepCellIdsOn_4(); public void KeepCellIdsOn() { KeepCellIdsOn_4(); } private native void KeepCellIdsOff_5(); public void KeepCellIdsOff() { KeepCellIdsOff_5(); } private native void SetMerging_6(int id0); public void SetMerging(int id0) { SetMerging_6(id0); } private native int GetMerging_7(); public int GetMerging() { return GetMerging_7(); } private native void MergingOn_8(); public void MergingOn() { MergingOn_8(); } private native void MergingOff_9(); public void MergingOff() { MergingOff_9(); } private native void SetLocator_10(vtkIncrementalPointLocator id0); public void SetLocator(vtkIncrementalPointLocator id0) { SetLocator_10(id0); } private native long GetLocator_11(); public vtkIncrementalPointLocator GetLocator() { long temp = GetLocator_11(); if (temp == 0) return null; return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultLocator_12(); public void CreateDefaultLocator() { CreateDefaultLocator_12(); } private native int GetMTime_13(); public int GetMTime() { return GetMTime_13(); } public vtkGenericDataSetTessellator() { super(); } public vtkGenericDataSetTessellator(long id) { super(id); } public native long VTKInit(); }