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

Method RemoveMidpoint

IO/NetCDF/vtkSLACReader.cxx:343–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void vtkSLACReader::MidpointCoordinateMap::RemoveMidpoint(const EdgeEndpoints& edge)
344{
345 vtkInternal::MapType::iterator iter = this->Internal->Map.find(edge);
346 if (iter != this->Internal->Map.end())
347 {
348 this->Internal->Map.erase(iter);
349 }
350}
351
352void vtkSLACReader::MidpointCoordinateMap::RemoveAllMidpoints()
353{

Callers 1

ReadMidpointDataMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected