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

Method FindAttributes

Common/DataModel/vtkCellGrid.cxx:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176vtkDataSetAttributes* vtkCellGrid::FindAttributes(int type) const
177{
178 auto it = this->ArrayGroups.find(type);
179 return it == this->ArrayGroups.end() ? nullptr : it->second;
180}
181
182vtkDataSetAttributes* vtkCellGrid::FindAttributes(vtkStringToken type) const
183{

Callers 7

GetGhostArrayMethod · 0.95
GetNumberOfElementsMethod · 0.95
FetchArrayFunction · 0.80
setGroupNameMethod · 0.80
CorrespondingArrayMethod · 0.80
runCaseMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
GetIdMethod · 0.45

Tested by 1

runCaseMethod · 0.64