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

Method GetArraySetting

IO/Xdmf3/vtkXdmf3ArraySelection.cxx:44–47  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

42
43//------------------------------------------------------------------------------
44int vtkXdmf3ArraySelection::GetArraySetting(const char* name)
45{
46 return this->ArrayIsEnabled(name) ? 1 : 0;
47}
48
49//------------------------------------------------------------------------------
50void vtkXdmf3ArraySelection::SetArrayStatus(const char* name, bool status)

Callers 15

MakeMeshMethod · 0.45
SetUpFieldVarsMethod · 0.45
RequestDataMethod · 0.45
RequestInformationMethod · 0.45
ReadNodeDataMethod · 0.45
ReadCellDataMethod · 0.45
MakeLagrangianMeshMethod · 0.45
GetFieldArrayStatusMethod · 0.45
GetCellArrayStatusMethod · 0.45
GetPointArrayStatusMethod · 0.45
GetGridStatusMethod · 0.45
GetSetStatusMethod · 0.45

Calls 1

ArrayIsEnabledMethod · 0.95

Tested by

no test coverage detected