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

Method GetNumberOfConnectivityIds

Common/DataModel/vtkStructuredCellArray.cxx:463–466  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

461
462//------------------------------------------------------------------------------
463vtkIdType vtkStructuredCellArray::GetNumberOfConnectivityIds() const
464{
465 return this->Connectivity->GetNumberOfTuples() * this->Connectivity->GetNumberOfComponents();
466}
467
468//------------------------------------------------------------------------------
469void vtkStructuredCellArray::SetData(int extent[6], bool usePixelVoxelOrientation)

Callers 15

RequestDataMethod · 0.80
CombineTopologiesMethod · 0.80
WriteCellsMethod · 0.80
WritePolygonObjectMethod · 0.80
CreateTopologyMethod · 0.80
UpdateStepsGroupMethod · 0.80
WriteCellsLegacyMethod · 0.80
WriteCellsMethod · 0.80
AllocatePolyDataMethod · 0.80

Calls 2

GetNumberOfTuplesMethod · 0.45
GetNumberOfComponentsMethod · 0.45

Tested by 9

TestSetDataImplFunction · 0.64
TestUse32BitStorageFunction · 0.64
TestUse64BitStorageFunction · 0.64
TestUseDefaultStorageFunction · 0.64