Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoSceneObjectType.c File Reference

Description

VuoSceneObjectType implementation.

Functions

VuoSceneObjectType VuoSceneObjectType_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoSceneObjectType_getJson (const VuoSceneObjectType value)
 Encodes value as a JSON object.
 
VuoSceneObjectType VuoSceneObjectType_makeFromSubtype (VuoSceneObjectSubType subType)
 Create a VuoSceneObjectType from the internal VuoSceneObjectSubtype.
 
VuoList_VuoSceneObjectType VuoSceneObjectType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoSceneObjectType_getSummary (const VuoSceneObjectType value)
 Returns a compact string representation of value.