Home
last modified time | relevance | path

Searched refs:CellDescriptor (Results 1 – 5 of 5) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/mesh/
H A Dmesh.h1419 struct CellDescriptor { struct
1460 GEOGRAM_API extern CellDescriptor* argument
1463 GEOGRAM_API extern CellDescriptor tet_descriptor;
1464 GEOGRAM_API extern CellDescriptor hex_descriptor;
1465 GEOGRAM_API extern CellDescriptor prism_descriptor;
1466 GEOGRAM_API extern CellDescriptor pyramid_descriptor;
1467 GEOGRAM_API extern CellDescriptor connector_descriptor;
1508 const CellDescriptor& descriptor(index_t c) const { in descriptor()
1527 static const CellDescriptor& cell_type_to_cell_descriptor( in cell_type_to_cell_descriptor()
2043 const CellDescriptor& desc = cell_type_to_cell_descriptor(type); in create_cells()
H A Dmesh.cpp834 GEOGRAM_API CellDescriptor tet_descriptor = {
854 GEOGRAM_API CellDescriptor hex_descriptor = {
877 GEOGRAM_API CellDescriptor prism_descriptor = {
898 GEOGRAM_API CellDescriptor pyramid_descriptor = {
918 GEOGRAM_API CellDescriptor connector_descriptor = {
936 GEOGRAM_API CellDescriptor* cell_type_to_cell_descriptor[5] = {
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/
H A DGLUP_marching_cells.h340 const CellDescriptor* desc_;
/dports/math/py-svgmath/SVGMath-0.3.3/svgmath/
H A Dtables.py10 class CellDescriptor: class
55 self.cells.append(CellDescriptor(c, halign, valign, colspan, rowspan))
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dhex_candidates.cpp126 CellDescriptor hexdescr = MeshCellsStore::cell_type_to_cell_descriptor(MESH_HEX); in init_centered_unit_cube_face_bary()