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

Method DisableAllCellArrays

IO/PIO/vtkPIOReader.cxx:334–337  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

332
333//------------------------------------------------------------------------------
334void vtkPIOReader::DisableAllCellArrays()
335{
336 this->CellDataArraySelection->DisableAllArrays();
337}
338
339//------------------------------------------------------------------------------
340const char* vtkPIOReader::GetCellArrayName(int index)

Callers

nothing calls this directly

Calls 1

DisableAllArraysMethod · 0.80

Tested by

no test coverage detected