// java wrapper for vtkHyperOctreeSurfaceFilter object // package vtk; import vtk.*; public class vtkHyperOctreeSurfaceFilter extends vtkPolyDataAlgorithm { 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 SetMerging_2(int id0); public void SetMerging(int id0) { SetMerging_2(id0); } private native int GetMerging_3(); public int GetMerging() { return GetMerging_3(); } private native void MergingOn_4(); public void MergingOn() { MergingOn_4(); } private native void MergingOff_5(); public void MergingOff() { MergingOff_5(); } private native void SetLocator_6(vtkIncrementalPointLocator id0); public void SetLocator(vtkIncrementalPointLocator id0) { SetLocator_6(id0); } private native long GetLocator_7(); public vtkIncrementalPointLocator GetLocator() { long temp = GetLocator_7(); if (temp == 0) return null; return (vtkIncrementalPointLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int GetMTime_8(); public int GetMTime() { return GetMTime_8(); } private native void SetPassThroughCellIds_9(int id0); public void SetPassThroughCellIds(int id0) { SetPassThroughCellIds_9(id0); } private native int GetPassThroughCellIds_10(); public int GetPassThroughCellIds() { return GetPassThroughCellIds_10(); } private native void PassThroughCellIdsOn_11(); public void PassThroughCellIdsOn() { PassThroughCellIdsOn_11(); } private native void PassThroughCellIdsOff_12(); public void PassThroughCellIdsOff() { PassThroughCellIdsOff_12(); } public vtkHyperOctreeSurfaceFilter() { super(); } public vtkHyperOctreeSurfaceFilter(long id) { super(id); } public native long VTKInit(); }