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

Method InsertNewPartId

IO/EnSight/vtkGenericEnSightReader.cxx:1733–1739  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1731
1732//------------------------------------------------------------------------------
1733int vtkGenericEnSightReader::InsertNewPartId(int partId)
1734{
1735 int lastId = static_cast<int>(this->TranslationTable->PartIdMap.size());
1736 this->TranslationTable->PartIdMap.insert(std::map<int, int>::value_type(partId, lastId));
1737 lastId = this->TranslationTable->PartIdMap[partId];
1738 return lastId;
1739}
1740
1741//------------------------------------------------------------------------------
1742int vtkGenericEnSightReader::FillOutputPortInformation(int vtkNotUsed(port), vtkInformation* info)

Callers 15

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

Calls 2

sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected