Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetArrayStatus
Method
SetArrayStatus
IO/CGNS/vtkCGNSReaderInternal.h:164–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
int GetArraySetting(const char* name) { return this->ArrayIsEnabled(name) ? 1 : 0; }
163
164
void SetArrayStatus(const char* name, bool status) { this->AddArray(name, status); }
165
166
const char* GetArrayName(int index)
167
{
Callers
nothing calls this directly
Calls
1
AddArray
Method · 0.95
Tested by
no test coverage detected