Vuo  0.5.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions

Description

A 2D Object: visible (image), or virtual (group).

Classes

struct  VuoLayer
 A 2D Object: visible (image), or virtual (group). More...
 

Typedefs

typedef struct VuoLayer VuoLayer
 A 2D Object: visible (image), or virtual (group).
 

Functions

VuoLayer VuoLayer_valueFromJson (json_object *js)
 
json_object * VuoLayer_jsonFromValue (const VuoLayer value)
 
char * VuoLayer_summaryFromValue (const VuoLayer value)
 
VuoLayer VuoLayer_makeEmpty (void)
 Creates a new, empty scene object.
 
VuoLayer VuoLayer_make (VuoImage image, VuoPoint2d center, VuoReal rotation, VuoReal width, VuoReal alpha)
 Creates a visible (image) layer.
 
VuoLayer VuoLayer_makeGroup (VuoList_VuoLayer childLayers, VuoTransform2d transform)
 Creates a layer with a group of child layers.
 
VuoLayer VuoLayer_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoLayer_stringFromValue (const VuoLayer value)
 Automatically generated function.
 
void VuoLayer_retain (VuoLayer value)
 Automatically generated function.
 
void VuoLayer_release (VuoLayer value)
 Automatically generated function.
 

Class Documentation

struct VuoLayer
Class Members
VuoSceneObject sceneObject A VuoLayer is secretly just a VuoSceneObject.

Typedef Documentation

typedef struct VuoLayer VuoLayer

A 2D Object: visible (image), or virtual (group).

Todo:
Ideally this should just be typedef VuoSceneObject VuoLayer, but https://b33p.net/kosada/node/6824

Function Documentation

struct json_object * VuoLayer_jsonFromValue ( const VuoLayer  value)
read
VuoLayer VuoLayer_make ( VuoImage  image,
VuoPoint2d  center,
VuoReal  rotation,
VuoReal  width,
VuoReal  alpha 
)

Creates a visible (image) layer.

VuoLayer VuoLayer_makeEmpty ( void  )

Creates a new, empty scene object.

VuoLayer VuoLayer_makeGroup ( VuoList_VuoLayer  childLayers,
VuoTransform2d  transform 
)

Creates a layer with a group of child layers.

void VuoLayer_release ( VuoLayer  value)

Automatically generated function.

void VuoLayer_retain ( VuoLayer  value)

Automatically generated function.

char* VuoLayer_stringFromValue ( const VuoLayer  value)

Automatically generated function.

char * VuoLayer_summaryFromValue ( const VuoLayer  value)
VuoLayer VuoLayer_valueFromJson ( json_object *  js)
VuoLayer VuoLayer_valueFromString ( const char *  str)

Automatically generated function.