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

Method GetCellArrayStatus

IO/EnSight/vtkGenericEnSightReader.cxx:1714–1717  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1712
1713//------------------------------------------------------------------------------
1714int vtkGenericEnSightReader::GetCellArrayStatus(const char* name)
1715{
1716 return this->CellDataArraySelection->ArrayIsEnabled(name);
1717}
1718
1719//------------------------------------------------------------------------------
1720void vtkGenericEnSightReader::SetCellArrayStatus(const char* name, int status)

Callers 1

ReadVariableFilesMethod · 0.45

Calls 1

ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected