// java wrapper for vtkPlanesIntersection object // package vtk; import vtk.*; public class vtkPlanesIntersection extends vtkPlanes { private native void SetRegionVertices_0(vtkPoints id0); public void SetRegionVertices(vtkPoints id0) { SetRegionVertices_0(id0); } private native int GetNumRegionVertices_1(); public int GetNumRegionVertices() { return GetNumRegionVertices_1(); } private native int IntersectsRegion_2(vtkPoints id0); public int IntersectsRegion(vtkPoints id0) { return IntersectsRegion_2(id0); } private native int PolygonIntersectsBBox_3(double id0[],vtkPoints id1); public int PolygonIntersectsBBox(double id0[],vtkPoints id1) { return PolygonIntersectsBBox_3(id0,id1); } private native long Convert3DCell_4(vtkCell id0); public vtkPlanesIntersection Convert3DCell(vtkCell id0) { long temp = Convert3DCell_4(id0); if (temp == 0) return null; return (vtkPlanesIntersection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkPlanesIntersection() { super(); } public vtkPlanesIntersection(long id) { super(id); } public native long VTKInit(); }