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

Function GetNumberOfCells

Common/DataModel/vtkPath.h:76–76  ·  view source on GitHub ↗

* vtkPath doesn't use cells. These methods return trivial values. */

Source from the content-addressed store, hash-verified

74 * vtkPath doesn't use cells. These methods return trivial values.
75 */
76 vtkIdType GetNumberOfCells() override { return 0; }
77 using vtkDataSet::GetCell;
78 vtkCell* GetCell(vtkIdType) override { return nullptr; }
79 void GetCell(vtkIdType, vtkGenericCell*) override;

Callers 15

GetNumberOfCellsMethod · 0.70
GenerateGhostArrayMethod · 0.70
GetCellTypesMethod · 0.70
GetNumberOfCellsMethod · 0.70
SetDataMethod · 0.70
CopyCellDataMethod · 0.70
GetNumberOfCellsMethod · 0.70
TestOBJReaderRelativeFunction · 0.50

Calls

no outgoing calls

Tested by 3

TestOBJReaderRelativeFunction · 0.40
TestGetNumNodesAndCellsFunction · 0.40
ValidateDatasetFunction · 0.40