// java wrapper for vtkExtractEnclosedPoints object // package vtk; import vtk.*; public class vtkExtractEnclosedPoints extends vtkPointCloudFilter { 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 SetSurfaceData_2(vtkPolyData id0); public void SetSurfaceData(vtkPolyData id0) { SetSurfaceData_2(id0); } private native void SetSurfaceConnection_3(vtkAlgorithmOutput id0); public void SetSurfaceConnection(vtkAlgorithmOutput id0) { SetSurfaceConnection_3(id0); } private native long GetSurface_4(); public vtkPolyData GetSurface() { long temp = GetSurface_4(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSurface_5(vtkInformationVector id0); public vtkPolyData GetSurface(vtkInformationVector id0) { long temp = GetSurface_5(id0); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetCheckSurface_6(int id0); public void SetCheckSurface(int id0) { SetCheckSurface_6(id0); } private native void CheckSurfaceOn_7(); public void CheckSurfaceOn() { CheckSurfaceOn_7(); } private native void CheckSurfaceOff_8(); public void CheckSurfaceOff() { CheckSurfaceOff_8(); } private native int GetCheckSurface_9(); public int GetCheckSurface() { return GetCheckSurface_9(); } private native void SetTolerance_10(double id0); public void SetTolerance(double id0) { SetTolerance_10(id0); } private native double GetToleranceMinValue_11(); public double GetToleranceMinValue() { return GetToleranceMinValue_11(); } private native double GetToleranceMaxValue_12(); public double GetToleranceMaxValue() { return GetToleranceMaxValue_12(); } private native double GetTolerance_13(); public double GetTolerance() { return GetTolerance_13(); } public vtkExtractEnclosedPoints() { super(); } public vtkExtractEnclosedPoints(long id) { super(id); } public native long VTKInit(); }