Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoWrapMode.h File Reference

Description

VuoWrapMode C type definition.

Definition in file VuoWrapMode.h.

Go to the source code of this file.

Enumerations

enum  VuoWrapMode { VuoWrapMode_Wrap , VuoWrapMode_Saturate }
 An enum defining different types of wrapping. More...
 

Functions

VuoWrapMode VuoWrapMode_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoWrapMode.
 
json_object * VuoWrapMode_getJson (const VuoWrapMode value)
 Encodes value as a JSON object.
 
VuoList_VuoWrapMode VuoWrapMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoWrapMode_getSummary (const VuoWrapMode value)
 Same as VuoWrapMode_getString()
 
char * VuoWrapMode_getString (const VuoWrapMode value)
 Automatically generated function.
 
void VuoWrapMode_retain (VuoWrapMode value)
 Automatically generated function.
 
void VuoWrapMode_release (VuoWrapMode value)
 Automatically generated function.