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

Function GetArraySetting

Common/Core/vtkDataArraySelection.h:119–119  ·  view source on GitHub ↗

* Get whether the array is enabled/disable using its name. */

Source from the content-addressed store, hash-verified

117 * Get whether the array is enabled/disable using its name.
118 */
119 int GetArraySetting(const char* name) const { return this->ArrayIsEnabled(name); }
120
121 /**
122 * Set array setting given the name. If the array doesn't exist, it will be

Callers

nothing calls this directly

Calls 1

ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected