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

Method SetVariableArrayStatus

IO/NetCDF/vtkSLACReader.cxx:1058–1069  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1056
1057//------------------------------------------------------------------------------
1058void vtkSLACReader::SetVariableArrayStatus(const char* name, int status)
1059{
1060 vtkDebugMacro("Set cell array \"" << name << "\" status to: " << status);
1061 if (status)
1062 {
1063 this->Internal->VariableArraySelection->EnableArray(name);
1064 }
1065 else
1066 {
1067 this->Internal->VariableArraySelection->DisableArray(name);
1068 }
1069}
1070
1071//------------------------------------------------------------------------------
1072void vtkSLACReader::ResetFrequencyScales()

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by

no test coverage detected