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

Method SetPointArrayStatus

IO/Geometry/vtkAVSucdReader.cxx:988–998  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

986
987//------------------------------------------------------------------------------
988void vtkAVSucdReader::SetPointArrayStatus(const char* name, int status)
989{
990 if (status)
991 {
992 this->PointDataArraySelection->EnableArray(name);
993 }
994 else
995 {
996 this->PointDataArraySelection->DisableArray(name);
997 }
998}
999
1000//------------------------------------------------------------------------------
1001const char* vtkAVSucdReader::GetCellArrayName(int index)

Callers

nothing calls this directly

Calls 2

EnableArrayMethod · 0.80
DisableArrayMethod · 0.80

Tested by

no test coverage detected