| 355 | } |
| 356 | |
| 357 | vtkIdType vtkSLACReader::MidpointCoordinateMap::GetNumberOfMidpoints() const |
| 358 | { |
| 359 | return static_cast<vtkIdType>(this->Internal->Map.size()); |
| 360 | } |
| 361 | |
| 362 | vtkSLACReader::MidpointCoordinates* vtkSLACReader::MidpointCoordinateMap::FindMidpoint( |
| 363 | const EdgeEndpoints& edge) |