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

Method GetDataArrayStatus

IO/Geometry/vtkTecplotReader.cxx:630–633  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

628
629//------------------------------------------------------------------------------
630int vtkTecplotReader::GetDataArrayStatus(const char* arayName)
631{
632 return this->DataArraySelection->ArrayIsEnabled(arayName);
633}
634
635//------------------------------------------------------------------------------
636void vtkTecplotReader::SetDataArrayStatus(const char* arayName, int bChecked)

Callers

nothing calls this directly

Calls 1

ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected