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

Method CellDataArrayIsEnabled

IO/XML/vtkXMLReader.cxx:1915–1919  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1913
1914//------------------------------------------------------------------------------
1915int vtkXMLReader::CellDataArrayIsEnabled(vtkXMLDataElement* eCDA)
1916{
1917 const char* name = eCDA->GetAttribute("Name");
1918 return (name && this->CellDataArraySelection->ArrayIsEnabled(name));
1919}
1920
1921//------------------------------------------------------------------------------
1922void vtkXMLReader::SelectionModifiedCallback(vtkObject*, unsigned long, void* clientdata, void*)

Callers 3

SetupOutputDataMethod · 0.80
SetupOutputDataMethod · 0.80
ReadPieceDataMethod · 0.80

Calls 2

GetAttributeMethod · 0.45
ArrayIsEnabledMethod · 0.45

Tested by

no test coverage detected