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

Method GetCellArrayStatus

IO/FLUENTCFF/vtkFLUENTCFFReader.cxx:432–435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

430
431//------------------------------------------------------------------------------
432int vtkFLUENTCFFReader::GetCellArrayStatus(const char* name)
433{
434 return this->CellDataArraySelection->ArrayIsEnabled(name);
435}
436
437//------------------------------------------------------------------------------
438void vtkFLUENTCFFReader::SetCellArrayStatus(const char* name, int stat)

Callers

nothing calls this directly

Calls 1

ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected