// java wrapper for vtkGenericCell object // package vtk; import vtk.*; public class vtkGenericCell extends vtkCell { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void ShallowCopy_2(vtkCell id0); public void ShallowCopy(vtkCell id0) { ShallowCopy_2(id0); } private native void DeepCopy_3(vtkCell id0); public void DeepCopy(vtkCell id0) { DeepCopy_3(id0); } private native int GetCellType_4(); public int GetCellType() { return GetCellType_4(); } private native int GetCellDimension_5(); public int GetCellDimension() { return GetCellDimension_5(); } private native int IsLinear_6(); public int IsLinear() { return IsLinear_6(); } private native int RequiresInitialization_7(); public int RequiresInitialization() { return RequiresInitialization_7(); } private native void Initialize_8(); public void Initialize() { Initialize_8(); } private native int RequiresExplicitFaceRepresentation_9(); public int RequiresExplicitFaceRepresentation() { return RequiresExplicitFaceRepresentation_9(); } private native int GetNumberOfEdges_10(); public int GetNumberOfEdges() { return GetNumberOfEdges_10(); } private native int GetNumberOfFaces_11(); public int GetNumberOfFaces() { return GetNumberOfFaces_11(); } private native long GetEdge_12(int id0); public vtkCell GetEdge(int id0) { long temp = GetEdge_12(id0); if (temp == 0) return null; return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetFace_13(int id0); public vtkCell GetFace(int id0) { long temp = GetFace_13(id0); if (temp == 0) return null; return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int CellBoundary_14(int id0,double id1[],vtkIdList id2); public int CellBoundary(int id0,double id1[],vtkIdList id2) { return CellBoundary_14(id0,id1,id2); } private native void Contour_15(double id0,vtkDataArray id1,vtkIncrementalPointLocator id2,vtkCellArray id3,vtkCellArray id4,vtkCellArray id5,vtkPointData id6,vtkPointData id7,vtkCellData id8,int id9,vtkCellData id10); public void Contour(double id0,vtkDataArray id1,vtkIncrementalPointLocator id2,vtkCellArray id3,vtkCellArray id4,vtkCellArray id5,vtkPointData id6,vtkPointData id7,vtkCellData id8,int id9,vtkCellData id10) { Contour_15(id0,id1,id2,id3,id4,id5,id6,id7,id8,id9,id10); } private native void Clip_16(double id0,vtkDataArray id1,vtkIncrementalPointLocator id2,vtkCellArray id3,vtkPointData id4,vtkPointData id5,vtkCellData id6,int id7,vtkCellData id8,int id9); public void Clip(double id0,vtkDataArray id1,vtkIncrementalPointLocator id2,vtkCellArray id3,vtkPointData id4,vtkPointData id5,vtkCellData id6,int id7,vtkCellData id8,int id9) { Clip_16(id0,id1,id2,id3,id4,id5,id6,id7,id8,id9); } private native int Triangulate_17(int id0,vtkIdList id1,vtkPoints id2); public int Triangulate(int id0,vtkIdList id1,vtkPoints id2) { return Triangulate_17(id0,id1,id2); } private native int GetParametricCenter_18(double id0[]); public int GetParametricCenter(double id0[]) { return GetParametricCenter_18(id0); } private native int IsPrimaryCell_19(); public int IsPrimaryCell() { return IsPrimaryCell_19(); } private native void SetCellType_20(int id0); public void SetCellType(int id0) { SetCellType_20(id0); } private native void SetCellTypeToEmptyCell_21(); public void SetCellTypeToEmptyCell() { SetCellTypeToEmptyCell_21(); } private native void SetCellTypeToVertex_22(); public void SetCellTypeToVertex() { SetCellTypeToVertex_22(); } private native void SetCellTypeToPolyVertex_23(); public void SetCellTypeToPolyVertex() { SetCellTypeToPolyVertex_23(); } private native void SetCellTypeToLine_24(); public void SetCellTypeToLine() { SetCellTypeToLine_24(); } private native void SetCellTypeToPolyLine_25(); public void SetCellTypeToPolyLine() { SetCellTypeToPolyLine_25(); } private native void SetCellTypeToTriangle_26(); public void SetCellTypeToTriangle() { SetCellTypeToTriangle_26(); } private native void SetCellTypeToTriangleStrip_27(); public void SetCellTypeToTriangleStrip() { SetCellTypeToTriangleStrip_27(); } private native void SetCellTypeToPolygon_28(); public void SetCellTypeToPolygon() { SetCellTypeToPolygon_28(); } private native void SetCellTypeToPixel_29(); public void SetCellTypeToPixel() { SetCellTypeToPixel_29(); } private native void SetCellTypeToQuad_30(); public void SetCellTypeToQuad() { SetCellTypeToQuad_30(); } private native void SetCellTypeToTetra_31(); public void SetCellTypeToTetra() { SetCellTypeToTetra_31(); } private native void SetCellTypeToVoxel_32(); public void SetCellTypeToVoxel() { SetCellTypeToVoxel_32(); } private native void SetCellTypeToHexahedron_33(); public void SetCellTypeToHexahedron() { SetCellTypeToHexahedron_33(); } private native void SetCellTypeToWedge_34(); public void SetCellTypeToWedge() { SetCellTypeToWedge_34(); } private native void SetCellTypeToPyramid_35(); public void SetCellTypeToPyramid() { SetCellTypeToPyramid_35(); } private native void SetCellTypeToPentagonalPrism_36(); public void SetCellTypeToPentagonalPrism() { SetCellTypeToPentagonalPrism_36(); } private native void SetCellTypeToHexagonalPrism_37(); public void SetCellTypeToHexagonalPrism() { SetCellTypeToHexagonalPrism_37(); } private native void SetCellTypeToPolyhedron_38(); public void SetCellTypeToPolyhedron() { SetCellTypeToPolyhedron_38(); } private native void SetCellTypeToConvexPointSet_39(); public void SetCellTypeToConvexPointSet() { SetCellTypeToConvexPointSet_39(); } private native void SetCellTypeToQuadraticEdge_40(); public void SetCellTypeToQuadraticEdge() { SetCellTypeToQuadraticEdge_40(); } private native void SetCellTypeToCubicLine_41(); public void SetCellTypeToCubicLine() { SetCellTypeToCubicLine_41(); } private native void SetCellTypeToQuadraticTriangle_42(); public void SetCellTypeToQuadraticTriangle() { SetCellTypeToQuadraticTriangle_42(); } private native void SetCellTypeToBiQuadraticTriangle_43(); public void SetCellTypeToBiQuadraticTriangle() { SetCellTypeToBiQuadraticTriangle_43(); } private native void SetCellTypeToQuadraticQuad_44(); public void SetCellTypeToQuadraticQuad() { SetCellTypeToQuadraticQuad_44(); } private native void SetCellTypeToQuadraticTetra_45(); public void SetCellTypeToQuadraticTetra() { SetCellTypeToQuadraticTetra_45(); } private native void SetCellTypeToQuadraticHexahedron_46(); public void SetCellTypeToQuadraticHexahedron() { SetCellTypeToQuadraticHexahedron_46(); } private native void SetCellTypeToQuadraticWedge_47(); public void SetCellTypeToQuadraticWedge() { SetCellTypeToQuadraticWedge_47(); } private native void SetCellTypeToQuadraticPyramid_48(); public void SetCellTypeToQuadraticPyramid() { SetCellTypeToQuadraticPyramid_48(); } private native void SetCellTypeToQuadraticLinearQuad_49(); public void SetCellTypeToQuadraticLinearQuad() { SetCellTypeToQuadraticLinearQuad_49(); } private native void SetCellTypeToBiQuadraticQuad_50(); public void SetCellTypeToBiQuadraticQuad() { SetCellTypeToBiQuadraticQuad_50(); } private native void SetCellTypeToQuadraticLinearWedge_51(); public void SetCellTypeToQuadraticLinearWedge() { SetCellTypeToQuadraticLinearWedge_51(); } private native void SetCellTypeToBiQuadraticQuadraticWedge_52(); public void SetCellTypeToBiQuadraticQuadraticWedge() { SetCellTypeToBiQuadraticQuadraticWedge_52(); } private native void SetCellTypeToTriQuadraticHexahedron_53(); public void SetCellTypeToTriQuadraticHexahedron() { SetCellTypeToTriQuadraticHexahedron_53(); } private native void SetCellTypeToBiQuadraticQuadraticHexahedron_54(); public void SetCellTypeToBiQuadraticQuadraticHexahedron() { SetCellTypeToBiQuadraticQuadraticHexahedron_54(); } private native long InstantiateCell_55(int id0); public vtkCell InstantiateCell(int id0) { long temp = InstantiateCell_55(id0); if (temp == 0) return null; return (vtkCell)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } public vtkGenericCell() { super(); } public vtkGenericCell(long id) { super(id); } public native long VTKInit(); }