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

Method GetCellSize

Common/DataModel/vtkStructuredCellArray.cxx:669–672  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

667
668//------------------------------------------------------------------------------
669vtkIdType vtkStructuredCellArray::GetCellSize(const vtkIdType vtkNotUsed(cellId)) const
670{
671 return this->Connectivity->GetNumberOfComponents();
672}
673
674//------------------------------------------------------------------------------
675int vtkStructuredCellArray::GetMaxCellSize()

Callers 1

SetDataMethod · 0.45

Calls 1

GetNumberOfComponentsMethod · 0.45

Tested by

no test coverage detected