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

Function swap

IO/ParallelNetCDF/vtkPNetCDFPOPReader.cxx:518–523  ·  view source on GitHub ↗

shortcut used down in ReadAndSend()

Source from the content-addressed store, hash-verified

516{
517// shortcut used down in ReadAndSend()
518void swap(int& A, int& B) noexcept
519{
520 int temp = B;
521 B = A;
522 A = temp;
523}
524}
525
526//------------------------------------------------------------------------------

Callers 15

ReadAndSendMethod · 0.70
Read3DVolumeConnFastFunction · 0.50
Read3DVolumeConnOfTypeFunction · 0.50
ReadCelFileMethod · 0.50
remapFoamSymmTensorFunction · 0.50
ReadMethod · 0.50
DrawEllipseWedgeMethod · 0.50
DrawEllipticArcMethod · 0.50
ReadHeaderDataMethod · 0.50
SwapByteOrder4Function · 0.50
SwapByteOrder8Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected