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

Method GetOffset

Common/DataModel/vtkStructuredCellArray.cxx:457–460  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

455
456//------------------------------------------------------------------------------
457vtkIdType vtkStructuredCellArray::GetOffset(vtkIdType cellId)
458{
459 return this->Connectivity->GetNumberOfComponents() * cellId;
460}
461
462//------------------------------------------------------------------------------
463vtkIdType vtkStructuredCellArray::GetNumberOfConnectivityIds() const

Callers 15

CreateCellFacesMethod · 0.45
FillMixedShapeFunction · 0.45
operator()Method · 0.45
saveMethod · 0.45
saveMethod · 0.45
SetFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
SetFunction · 0.45

Calls 1

GetNumberOfComponentsMethod · 0.45

Tested by

no test coverage detected