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

Method GetCellIdRelativeToCellArray

Common/DataModel/vtkPolyData.cxx:134–141  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

132
133//------------------------------------------------------------------------------
134vtkIdType vtkPolyData::GetCellIdRelativeToCellArray(vtkIdType cellId)
135{
136 if (!this->Cells)
137 {
138 this->BuildCells();
139 }
140 return this->Cells->GetTag(cellId).GetCellId();
141}
142
143//------------------------------------------------------------------------------
144vtkCell* vtkPolyData::GetCell(vtkIdType cellId)

Calls 3

BuildCellsMethod · 0.95
GetTagMethod · 0.80
GetCellIdMethod · 0.45

Tested by

no test coverage detected