Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoSort.h File Reference

Description

VuoSort interface.

Classes

struct  VuoIndexedFloat
 Array item type for VuoSort_sortArrayByOtherArray(). More...
 

Functions

void VuoSort_sortArrayByOtherArray (void *array, unsigned long elemCount, unsigned long elemSize, VuoIndexedFloat *other)
 Puts both array and other in ascending order of other's elements' values.
 

Class Documentation

struct VuoIndexedFloat
Class Members
int index The item's index before sorting.
float value The item's value to compare to other items when sorting.

Function Documentation

void VuoSort_sortArrayByOtherArray ( void *  array,
unsigned long  elemCount,
unsigned long  elemSize,
VuoIndexedFloat other 
)

Puts both array and other in ascending order of other's elements' values.