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

Method SetCells

Common/DataModel/vtkUnstructuredGrid.cxx:254–258  ·  view source on GitHub ↗

VTK_DEPRECATED_IN_9_6_0() ------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

252// VTK_DEPRECATED_IN_9_6_0()
253//------------------------------------------------------------------------------
254void vtkUnstructuredGrid::SetCells(
255 vtkUnsignedCharArray* cellTypes, vtkIdTypeArray*, vtkCellArray* cells)
256{
257 this->SetCells(cellTypes, cells);
258}
259
260// VTK_DEPRECATED_IN_9_6_0()
261//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 15

SetPolyhedralCellsMethod · 0.95
TakeFunction · 0.85
GoToNextCellMethod · 0.80
InsertCellPointMethod · 0.80
AppendLegacyFormatMethod · 0.80
transformFunction · 0.50
findFunction · 0.50
SetNumberOfValuesMethod · 0.45
GetNumberOfCellsMethod · 0.45
SetNumberOfTuplesMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected