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

Method GetCellArrayStatus

IO/Xdmf3/vtkXdmf3Reader.cxx:829–832  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

827
828//------------------------------------------------------------------------------
829int vtkXdmf3Reader::GetCellArrayStatus(const char* arrayname)
830{
831 return this->GetCellArraySelection()->GetArraySetting(arrayname);
832}
833
834//------------------------------------------------------------------------------
835const char* vtkXdmf3Reader::GetCellArrayName(int index)

Callers

nothing calls this directly

Calls 2

GetCellArraySelectionMethod · 0.95
GetArraySettingMethod · 0.45

Tested by

no test coverage detected