Home
last modified time | relevance | path

Searched refs:GetCellType (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestHigherOrderCell.cxx74 << " and #" << c2->GetCellType() << endl; in CompareHigherOrderCell()
83 << c1->GetCellType() << " and #" << c2->GetCellType() << endl; in CompareHigherOrderCell()
131 if (cell->GetCellType() != (int)orderCell[c]) in TestHigherOrderCell()
157 << cell->GetCellType() << endl; in TestHigherOrderCell()
158 if (cell->GetCellType() != VTK_TRIQUADRATIC_PYRAMID) in TestHigherOrderCell()
164 << cell->GetCellType() << endl; in TestHigherOrderCell()
167 cell->GetCellType() != VTK_TRIQUADRATIC_PYRAMID) in TestHigherOrderCell()
178 << cell->GetCellType() << endl; in TestHigherOrderCell()
180 cell->GetCellType() != VTK_TRIQUADRATIC_PYRAMID) in TestHigherOrderCell()
186 << cell->GetCellType() << endl; in TestHigherOrderCell()
[all …]
H A DTestGenericCell.cxx46 if (cell->GetCellType() != VTK_EMPTY_CELL && cell->GetCellType() != VTK_POLY_VERTEX // FIXME in TestGenericCell()
47 && cell->GetCellType() != VTK_POLY_LINE // FIXME in TestGenericCell()
48 && cell->GetCellType() != VTK_TRIANGLE_STRIP // FIXME in TestGenericCell()
49 && cell->GetCellType() != VTK_POLYGON // FIXME in TestGenericCell()
50 && cell->GetCellType() != VTK_CONVEX_POINT_SET // FIXME in TestGenericCell()
51 && cell->GetCellType() != VTK_POLYHEDRON) // FIXME in TestGenericCell()
98 if (cell->GetCellType() != i && cell->GetCellType() != VTK_EMPTY_CELL) in TestGenericCell()
H A DotherUniformGrid.cxx188 if (cell3D->GetCellType() != VTK_VOXEL) in TestOUG()
212 if (cell2D->GetCellType() != VTK_PIXEL) in TestOUG()
243 if (cell2D->GetCellType() != VTK_PIXEL) in TestOUG()
273 if (cell2D->GetCellType() != VTK_PIXEL) in TestOUG()
302 if (cell1D->GetCellType() != VTK_LINE) in TestOUG()
336 if (cell1D->GetCellType() != VTK_LINE) in TestOUG()
370 if (cell1D->GetCellType() != VTK_LINE) in TestOUG()
403 if (cell0D->GetCellType() != VTK_VERTEX) in TestOUG()
692 strm << "GetCellType(ug3D): " << ug3D->GetCellType(0) << endl; in TestOUG()
696 strm << "GetCellType(ug1Dx): " << ug1Dx->GetCellType(0) << endl; in TestOUG()
[all …]
H A DotherImageData.cxx188 if (cell3D->GetCellType() != VTK_VOXEL) in TestOID()
212 if (cell2D->GetCellType() != VTK_PIXEL) in TestOID()
243 if (cell2D->GetCellType() != VTK_PIXEL) in TestOID()
273 if (cell2D->GetCellType() != VTK_PIXEL) in TestOID()
302 if (cell1D->GetCellType() != VTK_LINE) in TestOID()
336 if (cell1D->GetCellType() != VTK_LINE) in TestOID()
370 if (cell1D->GetCellType() != VTK_LINE) in TestOID()
403 if (cell0D->GetCellType() != VTK_VERTEX) in TestOID()
692 strm << "GetCellType(id3D): " << id3D->GetCellType(0) << endl; in TestOID()
696 strm << "GetCellType(id1Dx): " << id1Dx->GetCellType(0) << endl; in TestOID()
[all …]
H A DotherStructuredGrid.cxx325 if (cell3D->GetCellType() != VTK_HEXAHEDRON) in TestOSG()
349 if (cell2D->GetCellType() != VTK_QUAD) in TestOSG()
380 if (cell2D->GetCellType() != VTK_QUAD) in TestOSG()
410 if (cell2D->GetCellType() != VTK_QUAD) in TestOSG()
439 if (cell1D->GetCellType() != VTK_LINE) in TestOSG()
473 if (cell1D->GetCellType() != VTK_LINE) in TestOSG()
507 if (cell1D->GetCellType() != VTK_LINE) in TestOSG()
540 if (cell0D->GetCellType() != VTK_VERTEX) in TestOSG()
825 strm << "GetCellType(sg3D): " << sg3D->GetCellType(0) << endl; in TestOSG()
829 strm << "GetCellType(sg1Dx): " << sg1Dx->GetCellType(0) << endl; in TestOSG()
[all …]
H A DotherRectilinearGrid.cxx276 if (cell3D->GetCellType() != VTK_VOXEL) in TestORG()
300 if (cell2D->GetCellType() != VTK_PIXEL) in TestORG()
331 if (cell2D->GetCellType() != VTK_PIXEL) in TestORG()
361 if (cell2D->GetCellType() != VTK_PIXEL) in TestORG()
390 if (cell1D->GetCellType() != VTK_LINE) in TestORG()
424 if (cell1D->GetCellType() != VTK_LINE) in TestORG()
458 if (cell1D->GetCellType() != VTK_LINE) in TestORG()
491 if (cell0D->GetCellType() != VTK_VERTEX) in TestORG()
780 strm << "GetCellType(rg3D): " << rg3D->GetCellType(0) << endl; in TestORG()
784 strm << "GetCellType(rg1Dx): " << rg1Dx->GetCellType(0) << endl; in TestORG()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestHigherOrderCell.cxx75 c1->GetCellType() << " and #" << c2->GetCellType() << endl; in CompareHigherOrderCell()
89 c1->GetCellType() << " and #" << c2->GetCellType() << endl; in CompareHigherOrderCell()
137 if( cell->GetCellType() != (int)orderCell[c] ) in TestHigherOrderCell()
163 << cell->GetCellType() << endl; in TestHigherOrderCell()
167 << cell->GetCellType() << endl; in TestHigherOrderCell()
168 if( cell->GetCellType() != VTK_QUADRATIC_LINEAR_QUAD in TestHigherOrderCell()
180 << cell->GetCellType() << endl; in TestHigherOrderCell()
181 if( cell->GetCellType() != VTK_QUADRATIC_LINEAR_WEDGE) in TestHigherOrderCell()
187 << cell->GetCellType() << endl; in TestHigherOrderCell()
188 if( cell->GetCellType() != VTK_QUADRATIC_LINEAR_QUAD in TestHigherOrderCell()
[all …]
H A DTestGenericCell.cxx42 if( cell->GetCellType() != VTK_EMPTY_CELL in TestGenericCell()
43 && cell->GetCellType() != VTK_POLY_VERTEX // FIXME in TestGenericCell()
44 && cell->GetCellType() != VTK_POLY_LINE // FIXME in TestGenericCell()
45 && cell->GetCellType() != VTK_TRIANGLE_STRIP // FIXME in TestGenericCell()
46 && cell->GetCellType() != VTK_POLYGON // FIXME in TestGenericCell()
47 && cell->GetCellType() != VTK_CONVEX_POINT_SET // FIXME in TestGenericCell()
48 && cell->GetCellType() != VTK_POLYHEDRON) // FIXME in TestGenericCell()
96 if( cell->GetCellType() != i && cell->GetCellType() != VTK_EMPTY_CELL ) in TestGenericCell()
H A DotherImageData.cxx182 if (cell3D->GetCellType() != VTK_VOXEL) in TestOID()
205 if (cell2D->GetCellType() != VTK_PIXEL) in TestOID()
235 if (cell2D->GetCellType() != VTK_PIXEL) in TestOID()
264 if (cell2D->GetCellType() != VTK_PIXEL) in TestOID()
293 if (cell1D->GetCellType() != VTK_LINE) in TestOID()
327 if (cell1D->GetCellType() != VTK_LINE) in TestOID()
361 if (cell1D->GetCellType() != VTK_LINE) in TestOID()
394 if (cell0D->GetCellType() != VTK_VERTEX) in TestOID()
698 strm << "GetCellType(id3D): " << id3D->GetCellType(0) << endl; in TestOID()
702 strm << "GetCellType(id1Dx): " << id1Dx->GetCellType(0) << endl; in TestOID()
[all …]
H A DotherUniformGrid.cxx182 if (cell3D->GetCellType() != VTK_VOXEL) in TestOUG()
205 if (cell2D->GetCellType() != VTK_PIXEL) in TestOUG()
235 if (cell2D->GetCellType() != VTK_PIXEL) in TestOUG()
264 if (cell2D->GetCellType() != VTK_PIXEL) in TestOUG()
293 if (cell1D->GetCellType() != VTK_LINE) in TestOUG()
327 if (cell1D->GetCellType() != VTK_LINE) in TestOUG()
361 if (cell1D->GetCellType() != VTK_LINE) in TestOUG()
394 if (cell0D->GetCellType() != VTK_VERTEX) in TestOUG()
698 strm << "GetCellType(ug3D): " << ug3D->GetCellType(0) << endl; in TestOUG()
702 strm << "GetCellType(ug1Dx): " << ug1Dx->GetCellType(0) << endl; in TestOUG()
[all …]
H A DotherRectilinearGrid.cxx271 if (cell3D->GetCellType() != VTK_VOXEL) in TestORG()
294 if (cell2D->GetCellType() != VTK_PIXEL) in TestORG()
324 if (cell2D->GetCellType() != VTK_PIXEL) in TestORG()
353 if (cell2D->GetCellType() != VTK_PIXEL) in TestORG()
382 if (cell1D->GetCellType() != VTK_LINE) in TestORG()
416 if (cell1D->GetCellType() != VTK_LINE) in TestORG()
450 if (cell1D->GetCellType() != VTK_LINE) in TestORG()
483 if (cell0D->GetCellType() != VTK_VERTEX) in TestORG()
787 strm << "GetCellType(rg3D): " << rg3D->GetCellType(0) << endl; in TestORG()
791 strm << "GetCellType(rg1Dx): " << rg1Dx->GetCellType(0) << endl; in TestORG()
[all …]
H A DotherStructuredGrid.cxx311 if (cell3D->GetCellType() != VTK_HEXAHEDRON) in TestOSG()
334 if (cell2D->GetCellType() != VTK_QUAD) in TestOSG()
364 if (cell2D->GetCellType() != VTK_QUAD) in TestOSG()
393 if (cell2D->GetCellType() != VTK_QUAD) in TestOSG()
422 if (cell1D->GetCellType() != VTK_LINE) in TestOSG()
456 if (cell1D->GetCellType() != VTK_LINE) in TestOSG()
490 if (cell1D->GetCellType() != VTK_LINE) in TestOSG()
523 if (cell0D->GetCellType() != VTK_VERTEX) in TestOSG()
824 strm << "GetCellType(sg3D): " << sg3D->GetCellType(0) << endl; in TestOSG()
828 strm << "GetCellType(sg1Dx): " << sg1Dx->GetCellType(0) << endl; in TestOSG()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestHigherOrderCell.cxx75 c1->GetCellType() << " and #" << c2->GetCellType() << endl; in CompareHigherOrderCell()
89 c1->GetCellType() << " and #" << c2->GetCellType() << endl; in CompareHigherOrderCell()
137 if( cell->GetCellType() != (int)orderCell[c] ) in TestHigherOrderCell()
163 << cell->GetCellType() << endl; in TestHigherOrderCell()
167 << cell->GetCellType() << endl; in TestHigherOrderCell()
168 if( cell->GetCellType() != VTK_QUADRATIC_LINEAR_QUAD in TestHigherOrderCell()
180 << cell->GetCellType() << endl; in TestHigherOrderCell()
181 if( cell->GetCellType() != VTK_QUADRATIC_LINEAR_WEDGE) in TestHigherOrderCell()
187 << cell->GetCellType() << endl; in TestHigherOrderCell()
188 if( cell->GetCellType() != VTK_QUADRATIC_LINEAR_QUAD in TestHigherOrderCell()
[all …]
H A DTestGenericCell.cxx38 if( cell->GetCellType() != VTK_EMPTY_CELL in TestGenericCell()
39 && cell->GetCellType() != VTK_POLY_VERTEX // FIXME in TestGenericCell()
40 && cell->GetCellType() != VTK_POLY_LINE // FIXME in TestGenericCell()
41 && cell->GetCellType() != VTK_TRIANGLE_STRIP // FIXME in TestGenericCell()
42 && cell->GetCellType() != VTK_POLYGON // FIXME in TestGenericCell()
43 && cell->GetCellType() != VTK_CONVEX_POINT_SET // FIXME in TestGenericCell()
44 && cell->GetCellType() != VTK_POLYHEDRON) // FIXME in TestGenericCell()
89 if( cell->GetCellType() != i && cell->GetCellType() != VTK_EMPTY_CELL ) in TestGenericCell()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DTestContour3DLinearGrid2.py112 ugrid.InsertNextCell(quad.GetCellType(),ids)
125 ugrid.InsertNextCell(vox.GetCellType(),ids)
135 ugrid.InsertNextCell(vox.GetCellType(),ids)
145 ugrid.InsertNextCell(vox.GetCellType(),ids)
155 ugrid.InsertNextCell(vox.GetCellType(),ids)
165 ugrid.InsertNextCell(vox.GetCellType(),ids)
175 ugrid.InsertNextCell(vox.GetCellType(),ids)
185 ugrid.InsertNextCell(vox.GetCellType(),ids)
195 ugrid.InsertNextCell(vox.GetCellType(),ids)
203 ugrid.InsertNextCell(tri.GetCellType(),ids)
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DTestContour3DLinearGrid2.py124 ugrid.InsertNextCell(quad.GetCellType(),ids)
137 ugrid.InsertNextCell(vox.GetCellType(),ids)
147 ugrid.InsertNextCell(vox.GetCellType(),ids)
157 ugrid.InsertNextCell(vox.GetCellType(),ids)
167 ugrid.InsertNextCell(vox.GetCellType(),ids)
177 ugrid.InsertNextCell(vox.GetCellType(),ids)
187 ugrid.InsertNextCell(vox.GetCellType(),ids)
197 ugrid.InsertNextCell(vox.GetCellType(),ids)
207 ugrid.InsertNextCell(vox.GetCellType(),ids)
215 ugrid.InsertNextCell(tri.GetCellType(),ids)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx81 rDoc.GetCellType(mnCol, nRow, 0, eType); in Transform()
212 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
226 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
240 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
270 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
325 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
341 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
359 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
376 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
459 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Ddatatransformation.cxx83 rDoc.GetCellType(mnCol, nRow, 0, eType); in Transform()
211 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
225 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
239 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
269 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
323 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
339 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
357 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
374 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
456 rDoc.GetCellType(rCol, nRow, 0, eType); in Transform()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Python/
H A DLineIntersectQuadraticCells.py33 aEdgeGrid.InsertNextCell(aEdge.GetCellType(), aEdge.GetPointIds())
70 aTriGrid.InsertNextCell(aTri.GetCellType(), aTri.GetPointIds())
162 aTetGrid.InsertNextCell(aTet.GetCellType(), aTet.GetPointIds())
241 aHexGrid.InsertNextCell(aHex.GetCellType(), aHex.GetPointIds())
449 if (pmapper.GetInput().GetCellType(cellId)==aEdge.GetCellType()):
458 if (pmapper.GetInput().GetCellType(cellId)==aTri.GetCellType()):
467 if (pmapper.GetInput().GetCellType(cellId)==aQuad.GetCellType()):
476 if (pmapper.GetInput().GetCellType(cellId)==aTet.GetCellType()):
485 if (pmapper.GetInput().GetCellType(cellId)==aHex.GetCellType()):
494 if (pmapper.GetInput().GetCellType(cellId)==aWedge.GetCellType()):
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DLineIntersectQuadraticCells.py33 aEdgeGrid.InsertNextCell(aEdge.GetCellType(), aEdge.GetPointIds())
70 aTriGrid.InsertNextCell(aTri.GetCellType(), aTri.GetPointIds())
162 aTetGrid.InsertNextCell(aTet.GetCellType(), aTet.GetPointIds())
241 aHexGrid.InsertNextCell(aHex.GetCellType(), aHex.GetPointIds())
449 if (pmapper.GetInput().GetCellType(cellId)==aEdge.GetCellType()):
458 if (pmapper.GetInput().GetCellType(cellId)==aTri.GetCellType()):
467 if (pmapper.GetInput().GetCellType(cellId)==aQuad.GetCellType()):
476 if (pmapper.GetInput().GetCellType(cellId)==aTet.GetCellType()):
485 if (pmapper.GetInput().GetCellType(cellId)==aHex.GetCellType()):
494 if (pmapper.GetInput().GetCellType(cellId)==aWedge.GetCellType()):
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Tcl/
H A DpickCells.tcl39 aVoxelGrid InsertNextCell [aVoxel GetCellType] [aVoxel GetPointIds]
103 aTetraGrid InsertNextCell [aTetra GetCellType] [aTetra GetPointIds]
136 aWedgeGrid InsertNextCell [aWedge GetCellType] [aWedge GetPointIds]
167 aPyramidGrid InsertNextCell [aPyramid GetCellType] [aPyramid GetPointIds]
195 aPixelGrid InsertNextCell [aPixel GetCellType] [aPixel GetPointIds]
223 aQuadGrid InsertNextCell [aQuad GetCellType] [aQuad GetPointIds]
278 aPolygonGrid InsertNextCell [aPolygon GetCellType] [aPolygon GetPointIds]
333 aLineGrid InsertNextCell [aLine GetCellType] [aLine GetPointIds]
382 aVertexGrid InsertNextCell [aVertex GetCellType] [aVertex GetPointIds]
449 aPentaGrid InsertNextCell [aPenta GetCellType] [aPenta GetPointIds]
[all …]
/dports/math/vtk8/VTK-8.2.0/Examples/DataManipulation/Python/
H A DBuildUGrid.py33 aVoxelGrid.InsertNextCell(aVoxel.GetCellType(), aVoxel.GetPointIds())
62 aHexahedronGrid.InsertNextCell(aHexahedron.GetCellType(),
85 aTetraGrid.InsertNextCell(aTetra.GetCellType(), aTetra.GetPointIds())
111 aWedgeGrid.InsertNextCell(aWedge.GetCellType(), aWedge.GetPointIds())
157 aPixelGrid.InsertNextCell(aPixel.GetCellType(), aPixel.GetPointIds())
179 aQuadGrid.InsertNextCell(aQuad.GetCellType(), aQuad.GetPointIds())
205 aTriangleGrid.InsertNextCell(aTriangle.GetCellType(),
263 aTriangleStripGrid.InsertNextCell(aTriangleStrip.GetCellType(),
283 aLineGrid.InsertNextCell(aLine.GetCellType(), aLine.GetPointIds())
304 aPolyLineGrid.InsertNextCell(aPolyLine.GetCellType(),
[all …]
/dports/math/vtk6/VTK-6.2.0/Examples/DataManipulation/Tcl/
H A DBuildUGrid.tcl32 aVoxelGrid InsertNextCell [aVoxel GetCellType] [aVoxel GetPointIds]
83 aTetraGrid InsertNextCell [aTetra GetCellType] [aTetra GetPointIds]
109 aWedgeGrid InsertNextCell [aWedge GetCellType] [aWedge GetPointIds]
133 aPyramidGrid InsertNextCell [aPyramid GetCellType] [aPyramid GetPointIds]
155 aPixelGrid InsertNextCell [aPixel GetCellType] [aPixel GetPointIds]
177 aQuadGrid InsertNextCell [aQuad GetCellType] [aQuad GetPointIds]
203 aTriangleGrid InsertNextCell [aTriangle GetCellType] [aTriangle GetPointIds]
227 aPolygonGrid InsertNextCell [aPolygon GetCellType] [aPolygon GetPointIds]
279 aLineGrid InsertNextCell [aLine GetCellType] [aLine GetPointIds]
300 aPolyLineGrid InsertNextCell [aPolyLine GetCellType] [aPolyLine GetPointIds]
[all …]
/dports/math/vtk6/VTK-6.2.0/Examples/DataManipulation/Python/
H A DBuildUGrid.py33 aVoxelGrid.InsertNextCell(aVoxel.GetCellType(), aVoxel.GetPointIds())
62 aHexahedronGrid.InsertNextCell(aHexahedron.GetCellType(),
85 aTetraGrid.InsertNextCell(aTetra.GetCellType(), aTetra.GetPointIds())
111 aWedgeGrid.InsertNextCell(aWedge.GetCellType(), aWedge.GetPointIds())
157 aPixelGrid.InsertNextCell(aPixel.GetCellType(), aPixel.GetPointIds())
179 aQuadGrid.InsertNextCell(aQuad.GetCellType(), aQuad.GetPointIds())
205 aTriangleGrid.InsertNextCell(aTriangle.GetCellType(),
263 aTriangleStripGrid.InsertNextCell(aTriangleStrip.GetCellType(),
283 aLineGrid.InsertNextCell(aLine.GetCellType(), aLine.GetPointIds())
304 aPolyLineGrid.InsertNextCell(aPolyLine.GetCellType(),
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestCellCenters.cxx131 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
133 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
135 tetra->GetCellType(), tetra->GetNumberOfPoints(), tetra->GetPointIds()->begin()); in TestCellCenters()
137 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()
139 pyramid->GetCellType(), pyramid->GetNumberOfPoints(), pyramid->GetPointIds()->begin()); in TestCellCenters()
141 emptyCell->GetCellType(), emptyCell->GetNumberOfPoints(), emptyCell->GetPointIds()->begin()); in TestCellCenters()

12345678910>>...34