Home
last modified time | relevance | path

Searched defs:CellType (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/
H A Dtypes.hh159 struct CellType struct
161 enum Parametrization {
167 enum Type : std::uint8_t {
203 std::uint8_t type () const in type()
209 int permutation (int idx) const in permutation()
214 bool noPermutation () const in noPermutation()
220 std::uint8_t type_;
221 std::vector<int> permutation_;
222 bool noPermutation_ = true;
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/protobuf/
H A DCell.proto29 enum CellType { enum
49 optional CellType cell_type = 5; field
63 optional CellType key_type = 5; field
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshEulerOperatorsTestHelper.h72 using CellType = typename MeshType::CellType; in CreateSquareQuadMesh() local
132 using CellType = typename MeshType::CellType; in CreateSquareTriangularMesh() local
206 using CellType = typename MeshType::CellType; in CreateTetraedronMesh() local
258 using CellType = typename MeshType::CellType; in CreateSamosa() local
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degtypes.h140 struct CellType { struct
142 dimension, /* 1D or 2D */
145 yelem,
150 levelwidthcenter,
156 ylinear,
157 material, /* material flag */
158 xind, yind; /* Indexes of the cell */
162 ywidth,
164 yratio,
166 dy1;
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degtypes.h140 struct CellType { struct
142 dimension, /* 1D or 2D */
145 yelem,
150 levelwidthcenter,
156 ylinear,
157 material, /* material flag */
158 xind, yind; /* Indexes of the cell */
162 ywidth,
164 yratio,
166 dy1;
[all …]
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/daxToVtk/
H A DDataSetConverters.h106 typename GridType::CellTag > CellType; in convertCells() typedef
138 void convertCells(vtkToDax::vtkTopologyContainerTag<CellType>, in convertCells()
221 inline void dataSetConverter(dax::cont::UnstructuredGrid<CellType,TopoTag,PointTag>& grid, in dataSetConverter()
231 dax::cont::UnstructuredGrid<CellType,TopoTag,PointTag>& grid, in dataSetConverter()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DLockFreeStack.h65 typedef LockFreeCell <T> CellType; typedef
H A DLockFreeQueue.h73 typedef LockFreeCell <T> CellType; typedef
/dports/math/vtk9/VTK-9.1.0/Wrapping/Java/vtk/
H A DCellType.java8 public enum CellType { enum
34 private CellType(int id, int nbPoints) { in CellType() method in CellType
/dports/math/vtk8/VTK-8.2.0/Wrapping/Java/vtk/
H A DCellType.java8 public enum CellType { enum
34 private CellType(int id, int nbPoints) { in CellType() method in CellType
/dports/math/vtk6/VTK-6.2.0/Wrapping/Java/vtk/
H A DCellType.java8 public enum CellType { enum
34 private CellType(int id, int nbPoints) { in CellType() method in CellType
/dports/games/54321/54321/code/
H A Dcube.h4 typedef int CellType; typedef
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dcelltypes.h27 struct CellType struct
36 dict<RTLIL::IdString, CellType> cell_types; argument
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dgridvecconv.h36 typedef typename GRID_TYPE::CellType CellType; in gridToVector() typedef
49 typedef typename GRID_TYPE::CellType CellType; in vectorToGrid() typedef
62 typedef typename GRID_TYPE::CellType CellType; in vectorToGrid() typedef
H A Dpatchprovider.h26 typedef typename GRID_TYPE::CellType CellType; typedef
H A Dpatchbuffer.h17 typedef typename GRID_TYPE1::CellType CellType; typedef
H A Dpatchbufferfixed.h23 typedef typename GRID_TYPE1::CellType CellType; typedef
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkCellTypeSource.h175 int CellType; variable
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkCellTypeSource.h165 int CellType; variable
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/JATS/
H A DTable.hs131 data CellType = HeaderCell | BodyCell type
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/JATS/
H A DTable.hs125 data CellType = HeaderCell | BodyCell function
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dcell.i33 enum CellType { enum
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxcell.h36 enum CellType // See ECMA 376, 18.18.11. ST_CellType (Cell Type) for more information. enum
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/test/
H A DitkQuadEdgeMeshDeletePointAndReorderIDsTest.cxx28 using CellType = MeshType::CellType; in itkQuadEdgeMeshDeletePointAndReorderIDsTest() typedef
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/communication/
H A Dpatchlink.h27 typedef typename GRID_TYPE::CellType CellType; typedef
36 typedef typename GRID_TYPE::CellType CellType; typedef

1234567891011