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

Method SetCellArrayStatus

IO/Geometry/vtkFLUENTReader.cxx:864–874  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

862
863//------------------------------------------------------------------------------
864void vtkFLUENTReader::SetCellArrayStatus(const char* name, int status)
865{
866 if (status)
867 {
868 this->CellDataArraySelection->EnableArray(name);
869 }
870 else
871 {
872 this->CellDataArraySelection->DisableArray(name);
873 }
874}
875
876//------------------------------------------------------------------------------
877void vtkFLUENTReader::EnableAllCellArrays()

Callers

nothing calls this directly

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by

no test coverage detected