// java wrapper for vtkProbeFilter object // package vtk; import vtk.*; public class vtkProbeFilter extends vtkDataSetAlgorithm { 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 SetSourceData_2(vtkDataObject id0); public void SetSourceData(vtkDataObject id0) { SetSourceData_2(id0); } private native long GetSource_3(); public vtkDataObject GetSource() { long temp = GetSource_3(); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSourceConnection_4(vtkAlgorithmOutput id0); public void SetSourceConnection(vtkAlgorithmOutput id0) { SetSourceConnection_4(id0); } private native void SetCategoricalData_5(int id0); public void SetCategoricalData(int id0) { SetCategoricalData_5(id0); } private native int GetCategoricalData_6(); public int GetCategoricalData() { return GetCategoricalData_6(); } private native void CategoricalDataOn_7(); public void CategoricalDataOn() { CategoricalDataOn_7(); } private native void CategoricalDataOff_8(); public void CategoricalDataOff() { CategoricalDataOff_8(); } private native void SetSpatialMatch_9(int id0); public void SetSpatialMatch(int id0) { SetSpatialMatch_9(id0); } private native int GetSpatialMatch_10(); public int GetSpatialMatch() { return GetSpatialMatch_10(); } private native void SpatialMatchOn_11(); public void SpatialMatchOn() { SpatialMatchOn_11(); } private native void SpatialMatchOff_12(); public void SpatialMatchOff() { SpatialMatchOff_12(); } private native long GetValidPoints_13(); public vtkIdTypeArray GetValidPoints() { long temp = GetValidPoints_13(); if (temp == 0) return null; return (vtkIdTypeArray)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetValidPointMaskArrayName_14(String id0); public void SetValidPointMaskArrayName(String id0) { SetValidPointMaskArrayName_14(id0); } private native String GetValidPointMaskArrayName_15(); public String GetValidPointMaskArrayName() { return GetValidPointMaskArrayName_15(); } private native void SetPassCellArrays_16(int id0); public void SetPassCellArrays(int id0) { SetPassCellArrays_16(id0); } private native void PassCellArraysOn_17(); public void PassCellArraysOn() { PassCellArraysOn_17(); } private native void PassCellArraysOff_18(); public void PassCellArraysOff() { PassCellArraysOff_18(); } private native int GetPassCellArrays_19(); public int GetPassCellArrays() { return GetPassCellArrays_19(); } private native void SetPassPointArrays_20(int id0); public void SetPassPointArrays(int id0) { SetPassPointArrays_20(id0); } private native void PassPointArraysOn_21(); public void PassPointArraysOn() { PassPointArraysOn_21(); } private native void PassPointArraysOff_22(); public void PassPointArraysOff() { PassPointArraysOff_22(); } private native int GetPassPointArrays_23(); public int GetPassPointArrays() { return GetPassPointArrays_23(); } private native void SetPassFieldArrays_24(int id0); public void SetPassFieldArrays(int id0) { SetPassFieldArrays_24(id0); } private native void PassFieldArraysOn_25(); public void PassFieldArraysOn() { PassFieldArraysOn_25(); } private native void PassFieldArraysOff_26(); public void PassFieldArraysOff() { PassFieldArraysOff_26(); } private native int GetPassFieldArrays_27(); public int GetPassFieldArrays() { return GetPassFieldArrays_27(); } private native void SetTolerance_28(double id0); public void SetTolerance(double id0) { SetTolerance_28(id0); } private native double GetTolerance_29(); public double GetTolerance() { return GetTolerance_29(); } private native void SetComputeTolerance_30(boolean id0); public void SetComputeTolerance(boolean id0) { SetComputeTolerance_30(id0); } private native void ComputeToleranceOn_31(); public void ComputeToleranceOn() { ComputeToleranceOn_31(); } private native void ComputeToleranceOff_32(); public void ComputeToleranceOff() { ComputeToleranceOff_32(); } private native boolean GetComputeTolerance_33(); public boolean GetComputeTolerance() { return GetComputeTolerance_33(); } private native void SetCellLocatorPrototype_34(vtkAbstractCellLocator id0); public void SetCellLocatorPrototype(vtkAbstractCellLocator id0) { SetCellLocatorPrototype_34(id0); } private native long GetCellLocatorPrototype_35(); public vtkAbstractCellLocator GetCellLocatorPrototype() { long temp = GetCellLocatorPrototype_35(); if (temp == 0) return null; return (vtkAbstractCellLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkProbeFilter() { super(); } public vtkProbeFilter(long id) { super(id); } public native long VTKInit(); }