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

Method PointDataArrayIsEnabled

IO/XML/vtkXMLReader.cxx:1908–1912  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1906
1907//------------------------------------------------------------------------------
1908int vtkXMLReader::PointDataArrayIsEnabled(vtkXMLDataElement* ePDA)
1909{
1910 const char* name = ePDA->GetAttribute("Name");
1911 return (name && this->PointDataArraySelection->ArrayIsEnabled(name));
1912}
1913
1914//------------------------------------------------------------------------------
1915int vtkXMLReader::CellDataArrayIsEnabled(vtkXMLDataElement* eCDA)

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