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

Function GetObjectArrayStatus

IO/Exodus/vtkExodusIIReader.h:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 int GetNumberOfObjectArrayComponents(int objectType, int arrayIndex);
384 int GetObjectArrayStatus(int objectType, int arrayIndex);
385 int GetObjectArrayStatus(int objectType, const char* arrayName)
386 {
387 return this->GetObjectArrayStatus(objectType, this->GetObjectArrayIndex(objectType, arrayName));
388 }
389 void SetObjectArrayStatus(int objectType, int arrayIndex, int status);
390 void SetObjectArrayStatus(int objectType, const char* arrayName, int status);
391 ///@}

Callers

nothing calls this directly

Calls 2

GetObjectArrayStatusMethod · 0.80
GetObjectArrayIndexMethod · 0.80

Tested by

no test coverage detected