// java wrapper for vtkLoopBooleanPolyDataFilter object // package vtk; import vtk.*; public class vtkLoopBooleanPolyDataFilter extends vtkPolyDataAlgorithm { 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 int GetNumberOfIntersectionPoints_2(); public int GetNumberOfIntersectionPoints() { return GetNumberOfIntersectionPoints_2(); } private native int GetNumberOfIntersectionLines_3(); public int GetNumberOfIntersectionLines() { return GetNumberOfIntersectionLines_3(); } private native int GetNoIntersectionOutput_4(); public int GetNoIntersectionOutput() { return GetNoIntersectionOutput_4(); } private native void SetNoIntersectionOutput_5(int id0); public void SetNoIntersectionOutput(int id0) { SetNoIntersectionOutput_5(id0); } private native void NoIntersectionOutputOn_6(); public void NoIntersectionOutputOn() { NoIntersectionOutputOn_6(); } private native void NoIntersectionOutputOff_7(); public void NoIntersectionOutputOff() { NoIntersectionOutputOff_7(); } private native void SetOperation_8(int id0); public void SetOperation(int id0) { SetOperation_8(id0); } private native int GetOperationMinValue_9(); public int GetOperationMinValue() { return GetOperationMinValue_9(); } private native int GetOperationMaxValue_10(); public int GetOperationMaxValue() { return GetOperationMaxValue_10(); } private native int GetOperation_11(); public int GetOperation() { return GetOperation_11(); } private native void SetOperationToUnion_12(); public void SetOperationToUnion() { SetOperationToUnion_12(); } private native void SetOperationToIntersection_13(); public void SetOperationToIntersection() { SetOperationToIntersection_13(); } private native void SetOperationToDifference_14(); public void SetOperationToDifference() { SetOperationToDifference_14(); } private native int GetStatus_15(); public int GetStatus() { return GetStatus_15(); } private native double GetTolerance_16(); public double GetTolerance() { return GetTolerance_16(); } private native void SetTolerance_17(double id0); public void SetTolerance(double id0) { SetTolerance_17(id0); } public vtkLoopBooleanPolyDataFilter() { super(); } public vtkLoopBooleanPolyDataFilter(long id) { super(id); } public native long VTKInit(); }