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

Method ReadOptionalValues

IO/EnSight/core/EnSightDataSet.cxx:2673–2677  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2671
2672//------------------------------------------------------------------------------
2673void EnSightDataSet::ReadOptionalValues(int numVals, int* array, std::string sectionName)
2674{
2675 this->CheckForOptionalHeader(sectionName);
2676 this->GeometryFile.ReadArray(array, numVals);
2677}
2678
2679//------------------------------------------------------------------------------
2680void EnSightDataSet::CheckForOptionalHeader(const std::string& sectionName)

Callers 6

ProcessNodeIdsMethod · 0.95
ProcessElementIdsMethod · 0.95
ProcessGhostCellsMethod · 0.95

Calls 2

ReadArrayMethod · 0.45

Tested by

no test coverage detected