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

Method GetCellDataArraySelection

IO/HDF/vtkHDFReader.cxx:501–504  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

499
500//----------------------------------------------------------------------------
501vtkDataArraySelection* vtkHDFReader::GetCellDataArraySelection()
502{
503 return this->DataArraySelection[vtkDataObject::CELL];
504}
505
506//----------------------------------------------------------------------------
507const char* vtkHDFReader::GetCellArrayName(int index)

Callers 11

TestPIOReader.pyFile · 0.45
RequestDataMethod · 0.45
TestCONVERGECFDReaderFunction · 0.45
ReadPieceDataMethod · 0.45
ReadDataObjectMethod · 0.45
RequestInformationMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestCONVERGECFDReaderFunction · 0.36