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

Description

VuoSceneObjectType C type definition.

Classes

struct  VuoList_VuoSceneObjectType_struct
 A list of VuoSceneObjectType elements. More...
 

Enumerations

enum  VuoSceneObjectType {
  VuoSceneObjectType_Any, VuoSceneObjectType_Group, VuoSceneObjectType_Mesh, VuoSceneObjectType_Camera,
  VuoSceneObjectType_Light
}
 The type of 3d object (Camera, Mesh, Group, etc). More...
 

Functions

VuoSceneObjectType VuoSceneObjectType_makeFromSubtype (VuoSceneObjectSubType subType)
 Create a VuoSceneObjectType from the internal VuoSceneObjectSubtype.
 
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.
 
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.
 
VuoSceneObjectType VuoSceneObjectType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoSceneObjectType_getString (const VuoSceneObjectType value)
 Automatically generated function.
 
void VuoSceneObjectType_retain (VuoSceneObjectType value)
 Automatically generated function.
 
void VuoSceneObjectType_release (VuoSceneObjectType value)
 Automatically generated function.
 
#define VuoList_VuoSceneObjectType_TYPE_DEFINED
 
typedef struct
VuoList_VuoSceneObjectType_struct
VuoList_VuoSceneObjectType