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

Function Sort

Common/Core/vtkSMPTools.h:608–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606 */
607 template <typename RandomAccessIterator>
608 static void Sort(RandomAccessIterator begin, RandomAccessIterator end)
609 {
610 auto& SMPToolsAPI = vtk::detail::smp::vtkSMPToolsAPI::GetInstance();
611 SMPToolsAPI.Sort(begin, end);
612 }
613
614 /**
615 * A convenience method for sorting data. It is a drop in replacement for

Callers 15

UpdateLookupMethod · 0.70
SortMethod · 0.70
GenerateSort1IndicesMethod · 0.70
GenerateSortIndicesMethod · 0.70
SortMethod · 0.70
SortFieldFilesMethod · 0.50
AddSelectionNamesMethod · 0.50
ReadConnectivityMethod · 0.50
ScanForProcessorDirsFunction · 0.50
SelectRowsMethod · 0.50
BuildMethod · 0.50

Calls 1

SortMethod · 0.45

Tested by

no test coverage detected