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

Description

VuoList_VuoImageNoise C type definition.

Classes

struct  VuoList_VuoImageNoise_struct
 A list of VuoImageNoise elements. More...
 

Typedefs

typedef struct
VuoList_VuoImageNoise_struct
VuoList_VuoImageNoise
 A list of VuoImageNoise elements.
 

Functions

VuoList_VuoImageNoise VuoListCreate_VuoImageNoise (void)
 Creates a new list of VuoImageNoise elements.
 
VuoList_VuoImageNoise VuoListCreateWithCount_VuoImageNoise (const unsigned long count, const VuoImageNoise value)
 Creates a new list of count instances of value.
 
VuoList_VuoImageNoise VuoListCopy_VuoImageNoise (const VuoList_VuoImageNoise list)
 Makes a shallow copy of list — its items are retained (not copied) by the new list.
 
VuoImageNoise VuoListGetValue_VuoImageNoise (const VuoList_VuoImageNoise list, const unsigned long index)
 Returns the VuoImageNoise at index.
 
VuoImageNoiseVuoListGetData_VuoImageNoise (const VuoList_VuoImageNoise list)
 Returns a pointer to a C array containing the list items.
 
void VuoListSetValue_VuoImageNoise (const VuoList_VuoImageNoise list, const VuoImageNoise value, const unsigned long index, bool expandListIfNeeded)
 Changes the VuoImageNoise at index.
 
void VuoListInsertValue_VuoImageNoise (const VuoList_VuoImageNoise list, const VuoImageNoise value, const unsigned long index)
 Inserts the VuoImageNoise immediately before index.
 
void VuoListPrependValue_VuoImageNoise (VuoList_VuoImageNoise list, const VuoImageNoise value)
 Prepends value to list.
 
void VuoListAppendValue_VuoImageNoise (VuoList_VuoImageNoise list, const VuoImageNoise value)
 Appends value to list.
 
void VuoListExchangeValues_VuoImageNoise (VuoList_VuoImageNoise list, const unsigned long indexA, const unsigned long indexB)
 Swaps the value at indexA with the value at indexB.
 
void VuoListShuffle_VuoImageNoise (VuoList_VuoImageNoise list, const double chaos)
 Generates a random permutation of list.
 
void VuoListReverse_VuoImageNoise (VuoList_VuoImageNoise list)
 Reverses the order of the items in list.
 
VuoList_VuoImageNoise VuoListSubset_VuoImageNoise (VuoList_VuoImageNoise list, const signed long startIndex, const unsigned long itemCount)
 Returns a new list containing items from the original list in the range specified by startIndex and itemCount.
 
void VuoListRemoveFirstValue_VuoImageNoise (VuoList_VuoImageNoise list)
 Removes the first value from list.
 
void VuoListRemoveLastValue_VuoImageNoise (VuoList_VuoImageNoise list)
 Removes the last value from list.
 
void VuoListRemoveAll_VuoImageNoise (VuoList_VuoImageNoise list)
 Removes all values from list.
 
void VuoListRemoveValue_VuoImageNoise (VuoList_VuoImageNoise list, const unsigned long index)
 Removes the VuoImageNoise at index.
 
unsigned long VuoListGetCount_VuoImageNoise (const VuoList_VuoImageNoise list)
 Returns the number of elements in list.
 
VuoList_VuoImageNoise VuoList_VuoImageNoise_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoList_VuoImageNoise_getJson (const VuoList_VuoImageNoise value)
 Encodes value as a JSON object.
 
char * VuoList_VuoImageNoise_getSummary (const VuoList_VuoImageNoise value)
 Produces a brief human-readable summary of value.
 
VuoList_VuoImageNoise VuoList_VuoImageNoise_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoList_VuoImageNoise_getString (const VuoList_VuoImageNoise value)
 Automatically generated function.