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

Method SetCellArrayStatus

IO/Geometry/vtkAVSucdReader.cxx:1013–1023  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1011
1012//------------------------------------------------------------------------------
1013void vtkAVSucdReader::SetCellArrayStatus(const char* name, int status)
1014{
1015 if (status)
1016 {
1017 this->CellDataArraySelection->EnableArray(name);
1018 }
1019 else
1020 {
1021 this->CellDataArraySelection->DisableArray(name);
1022 }
1023}
1024
1025//------------------------------------------------------------------------------
1026int vtkAVSucdReader::GetNumberOfCellArrays()

Callers

nothing calls this directly

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by

no test coverage detected