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

Method GetPointArrayStatus

IO/EnSight/vtkGenericEnSightReader.cxx:1683–1686  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1681
1682//------------------------------------------------------------------------------
1683int vtkGenericEnSightReader::GetPointArrayStatus(const char* name)
1684{
1685 return this->PointDataArraySelection->ArrayIsEnabled(name);
1686}
1687
1688//------------------------------------------------------------------------------
1689void vtkGenericEnSightReader::SetPointArrayStatus(const char* name, int status)

Callers 1

ReadVariableFilesMethod · 0.45

Calls 1

ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected