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

Function FillCellArray

Common/DataModel/Testing/Cxx/TestCellArrayHelpers.h:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222template <bool FixedSize>
223void FillCellArray(vtkCellArray* cellArray, bool reverse = false)
224{
225 cellArray->InsertNextCell(GetCellIds<FixedSize>(0, reverse));
226 cellArray->InsertNextCell(GetCellIds<FixedSize>(1, reverse));
227 cellArray->InsertNextCell(GetCellIds<FixedSize>(2, reverse));
228}
229
230template <bool FixedSize>
231bool ValidateCell(vtkIdType cellId, vtkIdType npts, const vtkIdType* pts, bool reverse = false,

Callers

nothing calls this directly

Calls 1

InsertNextCellMethod · 0.45

Tested by

no test coverage detected