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

Method InitializeArraySelections

IO/AMR/vtkAMRBaseReader.cxx:202–210  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200
201//------------------------------------------------------------------------------
202void vtkAMRBaseReader::InitializeArraySelections()
203{
204 if (this->InitialRequest)
205 {
206 this->PointDataArraySelection->DisableAllArrays();
207 this->CellDataArraySelection->DisableAllArrays();
208 this->InitialRequest = false;
209 }
210}
211
212//------------------------------------------------------------------------------
213bool vtkAMRBaseReader::IsParallel()

Callers 2

SetFileNameMethod · 0.80
SetFileNameMethod · 0.80

Calls 1

DisableAllArraysMethod · 0.80

Tested by

no test coverage detected