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

Function ClearExcludedArrays

Filters/Geometry/vtkAttributeSmoothingFilter.h:219–223  ·  view source on GitHub ↗

@{ * Clears the contents of excluded array list. */

Source from the content-addressed store, hash-verified

217 * Clears the contents of excluded array list.
218 */
219 void ClearExcludedArrays()
220 {
221 this->ExcludedArrays.clear();
222 this->Modified();
223 }
224 ///@}
225
226 /**

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected