Vuo  2.3.2
Enumerations | Functions
VuoDisplacement

Description

The direction in which to move vertices.

Enumerations

enum  VuoDisplacement { VuoDisplacement_Transverse , VuoDisplacement_Longitudinal }
 The direction in which to move vertices. More...
 

Functions

VuoDisplacement VuoDisplacement_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoDisplacement_getJson (const VuoDisplacement value)
 Encodes value as a JSON object. More...
 
char * VuoDisplacement_getSummary (const VuoDisplacement value)
 Returns a compact string representation of value. More...
 
VuoList_VuoDisplacement VuoDisplacement_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoDisplacement VuoDisplacement_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDisplacement_getString (const VuoDisplacement value)
 Automatically generated function. More...
 
void VuoDisplacement_retain (VuoDisplacement value)
 Automatically generated function. More...
 
void VuoDisplacement_release (VuoDisplacement value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoDisplacement

The direction in which to move vertices.

Definition at line 28 of file VuoDisplacement.h.

Function Documentation

◆ VuoDisplacement_getAllowedValues()

VuoList_VuoDisplacement VuoDisplacement_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Changed in Vuo 2.0.0:
New.

Definition at line 64 of file VuoDisplacement.c.

◆ VuoDisplacement_getJson()

struct json_object * VuoDisplacement_getJson ( const VuoDisplacement  value)

Encodes value as a JSON object.

Definition at line 50 of file VuoDisplacement.c.

◆ VuoDisplacement_getString()

char* VuoDisplacement_getString ( const VuoDisplacement  value)

Automatically generated function.

◆ VuoDisplacement_getSummary()

char * VuoDisplacement_getSummary ( const VuoDisplacement  value)

Returns a compact string representation of value.

Definition at line 76 of file VuoDisplacement.c.

◆ VuoDisplacement_makeFromJson()

VuoDisplacement VuoDisplacement_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Definition at line 32 of file VuoDisplacement.c.

◆ VuoDisplacement_makeFromString()

VuoDisplacement VuoDisplacement_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoDisplacement_release()

void VuoDisplacement_release ( VuoDisplacement  value)

Automatically generated function.

◆ VuoDisplacement_retain()

void VuoDisplacement_retain ( VuoDisplacement  value)

Automatically generated function.