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

Method EnableAllArrays

Common/Core/vtkDataArraySelection.cxx:134–151  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

132
133//------------------------------------------------------------------------------
134void vtkDataArraySelection::EnableAllArrays()
135{
136 vtkDebugMacro("Enabling all arrays.");
137 int modified = 0;
138 for (auto& apair : this->Internal->Arrays)
139 {
140 if (!apair.second)
141 {
142 apair.second = true;
143 modified = 1;
144 }
145 }
146
147 if (modified)
148 {
149 this->Modified();
150 }
151}
152
153//------------------------------------------------------------------------------
154void vtkDataArraySelection::DisableAllArrays()

Callers 15

EnableAllCellArraysMethod · 0.80
EnableAllCellArraysMethod · 0.80
EnableAllCellArraysMethod · 0.80
EnableAllCellArraysMethod · 0.80
EnableAllPointArraysMethod · 0.80
EnableAllPointArraysMethod · 0.80
EnableAllCellArraysMethod · 0.80
EnableAllCellArraysMethod · 0.80
EnableAllPointArraysMethod · 0.80
EnableAllCellArraysMethod · 0.80
EnableAllPointArraysMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by 15

TestOMFReaderFunction · 0.64
TestIOSSCatalystCGNSFunction · 0.64
TestIOSSCGNSFunction · 0.64
TestIOSSExodusWriterFunction · 0.64
TestIOSSNoElementBlocksFunction · 0.64
TestIOSSExodusWriterClipFunction · 0.64
TestIOSSExodusSetArraysFunction · 0.64
TestIOSSTri6Function · 0.64