Vuo 2.4.4
Loading...
Searching...
No Matches
VuoList_VuoPoint3d.h
Go to the documentation of this file.
1
10#ifndef VuoList_VuoPoint3d_DEFINED
11#define VuoList_VuoPoint3d_DEFINED
12
13#ifdef __cplusplus
14extern "C"
15{
16#endif
17
29typedef const struct { void *l; } * VuoList_VuoPoint3d;
30
31#ifdef VuoPoint3d_SUPPORTS_COMPARISON
32#define VuoList_VuoPoint3d_SUPPORTS_COMPARISON
33#endif
34#ifdef VuoPoint3d_OVERRIDES_INTERPROCESS_SERIALIZATION
35#define VuoList_VuoPoint3d_OVERRIDES_INTERPROCESS_SERIALIZATION
36#endif
37
42
48VuoList_VuoPoint3d VuoListCreateWithCount_VuoPoint3d(const unsigned long count, const VuoPoint3d value);
49
55VuoList_VuoPoint3d VuoListCreateWithValueArray_VuoPoint3d(const VuoPoint3d *values, const unsigned long valueCount);
56
61
74VuoPoint3d VuoListGetValue_VuoPoint3d(const VuoList_VuoPoint3d list, const unsigned long index);
75
93
102void VuoListForeach_VuoPoint3d(const VuoList_VuoPoint3d list, bool (^function)(const VuoPoint3d value));
103
115void VuoListSetValue_VuoPoint3d(const VuoList_VuoPoint3d list, const VuoPoint3d value, const unsigned long index, bool expandListIfNeeded);
116
125void VuoListInsertValue_VuoPoint3d(const VuoList_VuoPoint3d list, const VuoPoint3d value, const unsigned long index);
126
130void VuoListPrependValue_VuoPoint3d(VuoList_VuoPoint3d list, const VuoPoint3d value);
131
135void VuoListAppendValue_VuoPoint3d(VuoList_VuoPoint3d list, const VuoPoint3d value);
136
140void VuoListExchangeValues_VuoPoint3d(VuoList_VuoPoint3d list, const unsigned long indexA, const unsigned long indexB);
141
142#ifdef VuoPoint3d_SUPPORTS_COMPARISON
146void VuoListSort_VuoPoint3d(VuoList_VuoPoint3d list);
147
154bool VuoList_VuoPoint3d_areEqual(const VuoList_VuoPoint3d a, const VuoList_VuoPoint3d b);
155
160bool VuoList_VuoPoint3d_isLessThan(const VuoList_VuoPoint3d a, const VuoList_VuoPoint3d b);
161#endif
162
168void VuoListShuffle_VuoPoint3d(VuoList_VuoPoint3d list, const double chaos);
169
174
180VuoList_VuoPoint3d VuoListSubset_VuoPoint3d(VuoList_VuoPoint3d list, const signed long startIndex, const unsigned long itemCount);
181
182#ifdef VuoPoint3d_SUPPORTS_COMPARISON
190VuoList_VuoPoint3d VuoListRemoveDuplicates_VuoPoint3d(VuoList_VuoPoint3d list);
191#endif
192
197
202
207
215void VuoListRemoveValue_VuoPoint3d(VuoList_VuoPoint3d list, const unsigned long index);
216
221
230
234struct json_object * VuoList_VuoPoint3d_getJson(const VuoList_VuoPoint3d list);
235
236#ifdef VuoPoint3d_OVERRIDES_INTERPROCESS_SERIALIZATION
242struct json_object * VuoList_VuoPoint3d_getInterprocessJson(const VuoList_VuoPoint3d list);
243#endif
244
249
254
259
261
266
271#ifdef __cplusplus
272}
273#endif
274
275#endif