MCPcopy Create free account
hub / github.com/Kitware/VTK / GetCellTypeInfo

Method GetCellTypeInfo

Common/DataModel/vtkCellAttribute.cxx:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135vtkCellAttribute::CellTypeInfo vtkCellAttribute::GetCellTypeInfo(vtkStringToken cellType) const
136{
137 auto it = this->AllArrays.find(cellType);
138 if (it == this->AllArrays.end())
139 {
140 return {};
141 }
142 return it->second;
143}
144
145vtkAbstractArray* vtkCellAttribute::GetArrayForCellTypeAndRole(
146 vtkStringToken cellType, vtkStringToken arrayRole) const

Callers 15

QueryMethod · 0.80
RoundTripFunction · 0.80
GetNodalAttributesMethod · 0.80
GetElementAttributesMethod · 0.80
ApplyDisplacementsMethod · 0.80
CopyAttributeArraysMethod · 0.80
PrepareHelperMethod · 0.80
ClassifyPointsMethod · 0.80
PrepareForGridMethod · 0.80
QueryMethod · 0.80
QueryMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 3

RoundTripFunction · 0.64
EvaluateBasisFunctionsFunction · 0.64
TestDeRhamBasesFunction · 0.64