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

Method SetArrays

Common/Core/vtkDataArraySelection.cxx:294–297  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

292
293//------------------------------------------------------------------------------
294void vtkDataArraySelection::SetArrays(const char* const* names, int numArrays)
295{
296 this->SetArraysWithDefault(names, numArrays, 1);
297}
298
299//------------------------------------------------------------------------------
300void vtkDataArraySelection::SetArraysWithDefault(

Callers 1

Calls 1

SetArraysWithDefaultMethod · 0.95

Tested by

no test coverage detected