Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
struct json_objectVuoPixelShape_getJson (const VuoPixelShape value)
 Encodes value as a JSON object.
 
VuoList_VuoPixelShape VuoPixelShape_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoPixelShape_getSummary (const VuoPixelShape value)
 Returns a compact string representation of value.
 
bool VuoPixelShape_areEqual (const VuoPixelShape valueA, const VuoPixelShape valueB)
 Returns true if the two values are equal.
 
bool VuoPixelShape_isLessThan (const VuoPixelShape valueA, const VuoPixelShape valueB)
 Returns true if valueA is less than valueB.
 
VuoPixelShape VuoPixelShape_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoPixelShape_getString (const VuoPixelShape value)
 Automatically generated function.
 
void VuoPixelShape_retain (VuoPixelShape value)
 Automatically generated function.
 
void VuoPixelShape_release (VuoPixelShape value)
 Automatically generated function.
 

Enumeration Type Documentation

The shape to use for enlarged pixels.

Function Documentation

bool VuoPixelShape_areEqual ( const VuoPixelShape  valueA,
const VuoPixelShape  valueB 
)

Returns true if the two values are equal.

VuoList_VuoPixelShape VuoPixelShape_getAllowedValues ( void  )

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

struct json_object* VuoPixelShape_getJson ( const VuoPixelShape  value)
read

Encodes value as a JSON object.

char* VuoPixelShape_getString ( const VuoPixelShape  value)

Automatically generated function.

char* VuoPixelShape_getSummary ( const VuoPixelShape  value)

Returns a compact string representation of value.

bool VuoPixelShape_isLessThan ( const VuoPixelShape  valueA,
const VuoPixelShape  valueB 
)

Returns true if valueA is less than valueB.

VuoPixelShape VuoPixelShape_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"triangle"
VuoPixelShape VuoPixelShape_makeFromString ( const char *  str)

Automatically generated function.

void VuoPixelShape_release ( VuoPixelShape  value)

Automatically generated function.

void VuoPixelShape_retain ( VuoPixelShape  value)

Automatically generated function.