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

Method SetCellArrayStatus

IO/PIO/vtkPIOReader.cxx:352–358  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

350
351//------------------------------------------------------------------------------
352void vtkPIOReader::SetCellArrayStatus(const char* name, int status)
353{
354 if (status)
355 this->CellDataArraySelection->EnableArray(name);
356 else
357 this->CellDataArraySelection->DisableArray(name);
358}
359
360//------------------------------------------------------------------------------
361int vtkPIOReader::GetNumberOfTimeDataArrays() const

Callers 7

TestPStreamAMRFunction · 0.45
testAMRMethod · 0.45
testAMRMethod · 0.45
testAMRMethod · 0.45

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by 4

TestPStreamAMRFunction · 0.36
testAMRMethod · 0.36
testAMRMethod · 0.36
testAMRMethod · 0.36