| 335 | } |
| 336 | |
| 337 | void vtkSLACReader::MidpointCoordinateMap::AddMidpoint( |
| 338 | const EdgeEndpoints& edge, const MidpointCoordinates& midpoint) |
| 339 | { |
| 340 | this->Internal->Map[edge] = midpoint; |
| 341 | } |
| 342 | |
| 343 | void vtkSLACReader::MidpointCoordinateMap::RemoveMidpoint(const EdgeEndpoints& edge) |
| 344 | { |
no outgoing calls
no test coverage detected