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

Method GetPointDataArraySelection

IO/HDF/vtkHDFReader.cxx:483–486  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

481
482//----------------------------------------------------------------------------
483vtkDataArraySelection* vtkHDFReader::GetPointDataArraySelection()
484{
485 return this->DataArraySelection[vtkDataObject::POINT];
486}
487
488//----------------------------------------------------------------------------
489vtkDataArraySelection* vtkHDFReader::GetFieldDataArraySelection()

Callers 7

ReadPieceDataMethod · 0.45
ReadDataObjectMethod · 0.45
RequestInformationMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected