// java wrapper for vtkPlanesIntersection object // package vtk; import vtk.*; public class vtkPlanesIntersection extends vtkPlanes { 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 SetRegionVertices_2(vtkPoints id0); public void SetRegionVertices(vtkPoints id0) { SetRegionVertices_2(id0); } private native int GetNumberOfRegionVertices_3(); public int GetNumberOfRegionVertices() { return GetNumberOfRegionVertices_3(); } private native int GetNumRegionVertices_4(); public int GetNumRegionVertices() { return GetNumRegionVertices_4(); } private native int IntersectsRegion_5(vtkPoints id0); public int IntersectsRegion(vtkPoints id0) { return IntersectsRegion_5(id0); } private native int PolygonIntersectsBBox_6(double id0[],vtkPoints id1); public int PolygonIntersectsBBox(double id0[],vtkPoints id1) { return PolygonIntersectsBBox_6(id0,id1); } private native long Convert3DCell_7(vtkCell id0); public vtkPlanesIntersection Convert3DCell(vtkCell id0) { long temp = Convert3DCell_7(id0); if (temp == 0) return null; return (vtkPlanesIntersection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkPlanesIntersection() { super(); } public vtkPlanesIntersection(long id) { super(id); } public native long VTKInit(); }