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

Method SetPointArrayStatus

IO/Xdmf3/vtkXdmf3Reader.cxx:853–857  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

851
852//------------------------------------------------------------------------------
853void vtkXdmf3Reader::SetPointArrayStatus(const char* arrayname, int status)
854{
855 this->GetPointArraySelection()->SetArrayStatus(arrayname, status != 0);
856 this->Modified();
857}
858
859//------------------------------------------------------------------------------
860int vtkXdmf3Reader::GetPointArrayStatus(const char* arrayname)

Callers

nothing calls this directly

Calls 3

SetArrayStatusMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected