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

Method AddMidpoint

IO/NetCDF/vtkSLACReader.cxx:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ReadMidpointDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected