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

Method GetNumberOfMidpoints

IO/NetCDF/vtkSLACReader.cxx:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ReadMidpointDataMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected