Vuo  0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Typedefs | Functions
VuoSceneObject.h File Reference

Description

VuoSceneObject C type definition.

Classes

struct  VuoSceneObject
 A renderable 3D Object. More...
 

Typedefs

typedef struct VuoSceneObject VuoSceneObject
 A renderable 3D Object.
 
typedef void * VuoList_VuoSceneObject
 

Functions

VuoSceneObject VuoSceneObject_valueFromString (const char *initializer)
 Parses the C string initializer to create a new value.
 
char * VuoSceneObject_stringFromValue (const VuoSceneObject value)
 Serializes value as a C string.
 
char * VuoSceneObject_summaryFromValue (const VuoSceneObject value)
 Produces a brief human-readable summary of value.