Vuo  2.0.2
Macros | Enumerations | Functions
VuoPixelShape

Description

The shape to use for enlarged pixels.

Enumerations

enum  VuoPixelShape { VuoPixelShape_Rectangle, VuoPixelShape_Triangle, VuoPixelShape_Hexagon }
 The shape to use for enlarged pixels. More...
 

Functions

VuoPixelShape VuoPixelShape_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoPixelShape_getJson (const VuoPixelShape value)
 Encodes value as a JSON object. More...
 
VuoList_VuoPixelShape VuoPixelShape_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoPixelShape_getSummary (const VuoPixelShape value)
 Returns a compact string representation of value. More...
 
bool VuoPixelShape_areEqual (const VuoPixelShape valueA, const VuoPixelShape valueB)
 Returns true if the two values are equal. More...
 
bool VuoPixelShape_isLessThan (const VuoPixelShape valueA, const VuoPixelShape valueB)
 Returns true if valueA is less than valueB. More...
 
VuoPixelShape VuoPixelShape_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoPixelShape_getString (const VuoPixelShape value)
 Automatically generated function. More...
 
void VuoPixelShape_retain (VuoPixelShape value)
 Automatically generated function. More...
 
void VuoPixelShape_release (VuoPixelShape value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoPixelShape

The shape to use for enlarged pixels.

Definition at line 28 of file VuoPixelShape.h.

Function Documentation

◆ VuoPixelShape_areEqual()

bool VuoPixelShape_areEqual ( const VuoPixelShape  valueA,
const VuoPixelShape  valueB 
)

Returns true if the two values are equal.

Definition at line 96 of file VuoPixelShape.c.

◆ VuoPixelShape_getAllowedValues()

VuoList_VuoPixelShape VuoPixelShape_getAllowedValues ( void  )

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

Definition at line 69 of file VuoPixelShape.c.

◆ VuoPixelShape_getJson()

struct json_object* VuoPixelShape_getJson ( const VuoPixelShape  value)

Encodes value as a JSON object.

Definition at line 54 of file VuoPixelShape.c.

◆ VuoPixelShape_getString()

char* VuoPixelShape_getString ( const VuoPixelShape  value)

Automatically generated function.

◆ VuoPixelShape_getSummary()

char* VuoPixelShape_getSummary ( const VuoPixelShape  value)

Returns a compact string representation of value.

Definition at line 81 of file VuoPixelShape.c.

◆ VuoPixelShape_isLessThan()

bool VuoPixelShape_isLessThan ( const VuoPixelShape  valueA,
const VuoPixelShape  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 104 of file VuoPixelShape.c.

◆ VuoPixelShape_makeFromJson()

VuoPixelShape VuoPixelShape_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"triangle"

Definition at line 35 of file VuoPixelShape.c.

◆ VuoPixelShape_makeFromString()

VuoPixelShape VuoPixelShape_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoPixelShape_release()

void VuoPixelShape_release ( VuoPixelShape  value)

Automatically generated function.

◆ VuoPixelShape_retain()

void VuoPixelShape_retain ( VuoPixelShape  value)

Automatically generated function.