Home
last modified time | relevance | path

Searched refs:CellType (Results 176 – 200 of 684) sorted by relevance

12345678910>>...28

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkQuadratureSchemeDefinition.h90 int GetCellType() const { return this->CellType; } in GetCellType()
144 int CellType; variable
/dports/textproc/R-cran-readxl/readxl/src/
H A DXlsCell.h22 CellType type_;
48 CellType type() const { in type()
127 CellType ct; in inferType()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/examples/redblackgaussseidel/
H A Dmain.cpp18 enum CellType {RED, BLACK, BOUNDARY}; enum
35 inline Cell(CellType cellType, double v) : in Cell()
68 CellType type;
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DParenCell.h64 void SetInner(Cell *inner, CellType type = MC_TYPE_DEFAULT);
65 void SetInner(std::shared_ptr<Cell> inner, CellType type = MC_TYPE_DEFAULT);
H A DMathParser.h57 Cell *ParseLine(wxString s, CellType style = MC_TYPE_DEFAULT);
140 CellType m_ParserStyle;
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkQuadratureSchemeDefinition.h100 int GetCellType() const { return this->CellType; } in GetCellType()
166 int CellType; variable
H A DvtkCellIterator.cxx62 os << indent << "CellType: " << this->CellType << endl; in PrintSelf()
143 : CellType(VTK_EMPTY_CELL), in vtkCellIterator()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkQuadratureSchemeDefinition.h95 int GetCellType() const { return this->CellType; } in GetCellType()
162 int CellType; variable
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dpatchprovider.h26 typedef typename GRID_TYPE::CellType CellType; typedef
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/geometry/
H A Dtopologies.h188 static inline const typename GRID::CellType& locate( in locate()
197 typename GRID::CellType *ret; in locate()
203 static inline typename GRID::CellType& locate( in locate()
212 typename GRID::CellType *ret; in locate()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/test/
H A DitkCellInterfaceTest.cxx39 using CellType = MeshType::CellType; typedef
40 using CellAutoPointer = CellType::CellAutoPointer;
H A DitkAutomaticTopologyMeshSourceTest.cxx31 using CellType = MeshType::CellType; in itkAutomaticTopologyMeshSourceTest() typedef
266 using PointIdIterator = CellType::PointIdConstIterator; in itkAutomaticTopologyMeshSourceTest()
284 if( cell->GetType() == CellType::LINE_CELL ) in itkAutomaticTopologyMeshSourceTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/include/
H A DitkQuadEdgeMeshLineCell.h56 using CellType = typename Superclass::CellType; variable
78 using MultiVisitor = typename CellType::MultiVisitor;
H A DitkQuadEdgeMeshScalarDataVTKPolyDataWriter.h55 using CellType = typename MeshType::CellType; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkMeshSpatialObjectTest.cxx33 using CellType = MeshType::CellType; in itkMeshSpatialObjectTest() typedef
34 using CellAutoPointer = CellType::CellAutoPointer; in itkMeshSpatialObjectTest()
/dports/lang/gnu-apl/apl-1.8/src/
H A DPointerCell.cc160 CellType
163 return CellType(CT_POINTER | get_pointer_value()->deep_cell_types()); in deep_cell_types()
166 CellType
169 return CellType(CT_POINTER | get_pointer_value()->deep_cell_subtypes()); in deep_cell_subtypes()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/test/
H A DitkAutomaticTopologyQuadEdgeMeshSourceTest.cxx32 using CellType = MeshType::CellType; in itkAutomaticTopologyQuadEdgeMeshSourceTest() typedef
268 using PointIdIterator = CellType::PointIdConstIterator; in itkAutomaticTopologyQuadEdgeMeshSourceTest()
287 if( cell->GetType() == CellType::LINE_CELL ) in itkAutomaticTopologyQuadEdgeMeshSourceTest()
/dports/devel/tokei/tokei-12.1.2/src/language/
H A Dlanguage_type.rs210 enum CellType { in parse_jupyter() enum
217 cell_type: CellType, in parse_jupyter()
251 CellType::Markdown => ( in parse_jupyter()
255 CellType::Code => ( in parse_jupyter()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tokei-12.1.2/src/language/
H A Dlanguage_type.rs210 enum CellType { in parse_jupyter() enum
217 cell_type: CellType, in parse_jupyter()
251 CellType::Markdown => ( in parse_jupyter()
255 CellType::Code => ( in parse_jupyter()
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf2/
H A DvtkXdmfWriter.cxx113 class CellType class
116 CellType() : VTKType(0), NumPoints(0) {} in CellType() function in vtkXdmfWriterInternal::CellType
117 CellType(const CellType& ct) : VTKType(ct.VTKType), NumPoints(ct.NumPoints) {} in CellType() function in vtkXdmfWriterInternal::CellType
120 bool operator<(const CellType& ct) const in operator <()
124 bool operator==(const CellType& ct) const in operator ==()
128 CellType& operator=(const CellType& ct) in operator =()
136 typedef std::map<CellType, vtkSmartPointer<vtkIdList> > MapOfCellTypes;
151 vtkXdmfWriterInternal::CellType ct; in DetermineCellTypes()
653 const vtkXdmfWriterInternal::CellType* ct = &cellTypes.begin()->first; in CreateTopology()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkCellTypeSource.h54 vtkGetMacro(CellType, int);
165 int CellType; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcellvalue.cxx25 CellType adjustCellType( CellType eOrig ) in adjustCellType()
85 CellType eType1 = adjustCellType(left.meType); in equalsWithoutFormatImpl()
86 CellType eType2 = adjustCellType(right.meType); in equalsWithoutFormatImpl()
134 bool hasStringImpl( CellType eType, ScFormulaCell* pFormula ) in hasStringImpl()
148 bool hasNumericImpl( CellType eType, ScFormulaCell* pFormula ) in hasNumericImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcellvalue.cxx25 CellType adjustCellType( CellType eOrig ) in adjustCellType()
85 CellType eType1 = adjustCellType(left.meType); in equalsWithoutFormatImpl()
86 CellType eType2 = adjustCellType(right.meType); in equalsWithoutFormatImpl()
134 bool hasStringImpl( CellType eType, ScFormulaCell* pFormula ) in hasStringImpl()
148 bool hasNumericImpl( CellType eType, ScFormulaCell* pFormula ) in hasNumericImpl()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/QuadEdgeMesh/test/
H A DitkQuadEdgeMeshEulerOperatorJoinVertexTest.cxx58 using CellType = MeshType::CellType; in itkQuadEdgeMeshEulerOperatorJoinVertexTest() typedef
59 using LineCellType = itk::QuadEdgeMeshLineCell< CellType >; in itkQuadEdgeMeshEulerOperatorJoinVertexTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/include/
H A DitkVoronoiSegmentationImageFilterBase.h95 using CellType = typename VoronoiDiagram::CellType; variable
98 using PointIdIterator = typename CellType::PointIdIterator;

12345678910>>...28