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

Method GetPointArrayStatus

IO/AMR/vtkAMRBaseReader.cxx:135–138  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

133
134//------------------------------------------------------------------------------
135int vtkAMRBaseReader::GetPointArrayStatus(const char* name)
136{
137 return (this->PointDataArraySelection->ArrayIsEnabled(name));
138}
139
140//------------------------------------------------------------------------------
141int vtkAMRBaseReader::GetCellArrayStatus(const char* name)

Callers 1

LoadPointDataMethod · 0.95

Calls 1

ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected