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

Method GetPointArrayStatus

IO/Parallel/vtkNek5000Reader.cxx:350–353  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

348
349//----------------------------------------------------------------------------
350bool vtkNek5000Reader::GetPointArrayStatus(const char* name)
351{
352 return this->PointDataArraySelection->ArrayIsEnabled(name);
353}
354
355//----------------------------------------------------------------------------
356bool vtkNek5000Reader::GetPointArrayStatus(int index)

Callers 9

updateVariableStatusMethod · 0.95
readDataMethod · 0.95
RequestDataMethod · 0.95
updateVtuDataMethod · 0.95
copyContinuumDataMethod · 0.95
isObjectMissingDataMethod · 0.95
objectMatchesRequestMethod · 0.95
objectHasExtraDataMethod · 0.95
TestPOpenFOAMReaderFunction · 0.45

Calls 2

ArrayIsEnabledMethod · 0.45
GetArraySettingMethod · 0.45

Tested by 1

TestPOpenFOAMReaderFunction · 0.36