Vuo  0.4.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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.
 

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.
 
#define VuoList_VuoSceneObject_TYPE_DEFINED
 
typedef void * VuoList_VuoSceneObject