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

Method GetDataSetFromBlock

IO/EnSight/vtkEnSightReader.cxx:3107–3111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3105
3106//------------------------------------------------------------------------------
3107vtkDataSet* vtkEnSightReader::GetDataSetFromBlock(
3108 vtkMultiBlockDataSet* output, unsigned int blockno)
3109{
3110 return vtkDataSet::SafeDownCast(output->GetBlock(blockno));
3111}
3112
3113//------------------------------------------------------------------------------
3114void vtkEnSightReader::SetBlockName(

Callers 15

ReadScalarsPerNodeMethod · 0.80
ReadVectorsPerNodeMethod · 0.80
ReadTensorsPerNodeMethod · 0.80
ReadScalarsPerElementMethod · 0.80
ReadVectorsPerElementMethod · 0.80
ReadTensorsPerElementMethod · 0.80
ReadScalarsPerNodeMethod · 0.80
ReadVectorsPerNodeMethod · 0.80
ReadTensorsPerNodeMethod · 0.80

Calls 1

GetBlockMethod · 0.80

Tested by

no test coverage detected