// java wrapper for vtkProbePolyhedron object // package vtk; import vtk.*; public class vtkProbePolyhedron 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(vtkPolyData id0); public void SetSourceData(vtkPolyData id0) { SetSourceData_2(id0); } private native long GetSource_3(); public vtkPolyData GetSource() { long temp = GetSource_3(); if (temp == 0) return null; return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSourceConnection_4(vtkAlgorithmOutput id0); public void SetSourceConnection(vtkAlgorithmOutput id0) { SetSourceConnection_4(id0); } private native void SetProbePointData_5(int id0); public void SetProbePointData(int id0) { SetProbePointData_5(id0); } private native int GetProbePointData_6(); public int GetProbePointData() { return GetProbePointData_6(); } private native void ProbePointDataOn_7(); public void ProbePointDataOn() { ProbePointDataOn_7(); } private native void ProbePointDataOff_8(); public void ProbePointDataOff() { ProbePointDataOff_8(); } private native void SetProbeCellData_9(int id0); public void SetProbeCellData(int id0) { SetProbeCellData_9(id0); } private native int GetProbeCellData_10(); public int GetProbeCellData() { return GetProbeCellData_10(); } private native void ProbeCellDataOn_11(); public void ProbeCellDataOn() { ProbeCellDataOn_11(); } private native void ProbeCellDataOff_12(); public void ProbeCellDataOff() { ProbeCellDataOff_12(); } public vtkProbePolyhedron() { super(); } public vtkProbePolyhedron(long id) { super(id); } public native long VTKInit(); }