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

Method GetSize

Common/DataModel/vtkCellArray.cxx:581–585  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

579
580//------------------------------------------------------------------------------
581vtkIdType vtkCellArray::GetSize()
582{
583 // We can still compute roughly the same result, so go ahead and do that.
584 return this->GetOffsetsArray()->GetSize() + this->GetConnectivityArray()->GetSize();
585}
586
587//------------------------------------------------------------------------------
588vtkIdType vtkCellArray::GetNumberOfConnectivityEntries()

Callers 15

SetCellsMethod · 0.45
CopyDataMethod · 0.45
ComputeLeftDerivativeMethod · 0.45
GetNumberOfPointsMethod · 0.45
RecursiveSearchMethod · 0.45
ConstructCellMethod · 0.45
TestAllocateFunction · 0.45
TestInitializeFunction · 0.45

Calls 1

GetConnectivityArrayMethod · 0.80

Tested by 6

TestAllocateFunction · 0.36
TestInitializeFunction · 0.36
TestSqueezeFunction · 0.36
TestResetFunction · 0.36
runPointSearchFunction · 0.36
TestVectorFunction · 0.36