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

Method SetCellArrayStatus

IO/Geometry/vtkMFIXReader.cxx:661–671  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

659
660//------------------------------------------------------------------------------
661void vtkMFIXReader::SetCellArrayStatus(const char* name, int status)
662{
663 if (status)
664 {
665 this->CellDataArraySelection->EnableArray(name);
666 }
667 else
668 {
669 this->CellDataArraySelection->DisableArray(name);
670 }
671}
672
673//------------------------------------------------------------------------------
674void vtkMFIXReader::DisableAllCellArrays()

Callers 2

TestMFIXReaderFunction · 0.45
CreateTestAMRFunction · 0.45

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by 2

TestMFIXReaderFunction · 0.36
CreateTestAMRFunction · 0.36