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

Method CleanUpCache

IO/EnSight/vtkEnSight6BinaryReader.cxx:2858–2871  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2856
2857//------------------------------------------------------------------------------
2858void vtkEnSight6BinaryReader::CleanUpCache()
2859{
2860 if (this->UnstructuredPoints)
2861 {
2862 this->NumberOfUnstructuredPoints = 0;
2863 this->UnstructuredPoints->Delete();
2864 this->UnstructuredPoints = nullptr;
2865 }
2866 if (this->UnstructuredNodeIds)
2867 {
2868 this->UnstructuredNodeIds->Delete();
2869 this->UnstructuredNodeIds = nullptr;
2870 }
2871}
2872
2873VTK_ABI_NAMESPACE_END

Callers 2

ReadGeometryFileMethod · 0.95

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected