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

Method ArrayExists

Common/Core/vtkDataArraySelection.cxx:127–131  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

125
126//------------------------------------------------------------------------------
127int vtkDataArraySelection::ArrayExists(const char* name) const
128{
129 // Check if there is a specific entry for this array.
130 return this->Internal->Find(name) != this->Internal->Arrays.end() ? 1 : 0;
131}
132
133//------------------------------------------------------------------------------
134void vtkDataArraySelection::EnableAllArrays()

Callers 3

AddArrayMethod · 0.95
CopySelectionsMethod · 0.45

Calls 2

FindMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected