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

Function Sort

Common/DataModel/vtkSortFieldData.h:69–72  ·  view source on GitHub ↗

* Given field data (and derived classes such as point data and cell data), * sort all the arrays in the field data given an array and a component * number k from that array. In other words, if an array has n components, * the kth component is used to sort the array and all of the other arrays * in the field data. Also note that the user can indicate whether the * function returns t

Source from the content-addressed store, hash-verified

67 * be skipped and not sorted.)
68 */
69 static vtkIdType* Sort(vtkFieldData* fd, const char* arrayName, int k, int returnIndices)
70 {
71 return vtkSortFieldData::Sort(fd, arrayName, k, returnIndices, 0);
72 }
73
74 /**
75 * Given field data (and derived classes such as point data and cell data),

Callers 4

BuildLocatorMethod · 0.70
BuildLocatorMethod · 0.70
BuildLocatorInternalMethod · 0.70
TestSortFieldDataFunction · 0.50

Calls

no outgoing calls

Tested by 1

TestSortFieldDataFunction · 0.40