Vuo  2.0.2
Macros | Enumerations | Functions
VuoBlurShape

Description

Weights for pixels in a blur.

Enumerations

enum  VuoBlurShape { VuoBlurShape_Gaussian, VuoBlurShape_Linear, VuoBlurShape_Box, VuoBlurShape_Disc }
 Weights for pixels in a blur. More...
 

Functions

VuoBlurShape VuoBlurShape_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoBlurShape_getJson (const VuoBlurShape value)
 Encodes value as a JSON object. More...
 
VuoList_VuoBlurShape VuoBlurShape_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoBlurShape_getSummary (const VuoBlurShape value)
 Returns a compact string representation of value. More...
 
bool VuoBlurShape_areEqual (const VuoBlurShape valueA, const VuoBlurShape valueB)
 Returns true if the two values are equal. More...
 
bool VuoBlurShape_isLessThan (const VuoBlurShape valueA, const VuoBlurShape valueB)
 Returns true if valueA is less than valueB. More...
 
VuoBlurShape VuoBlurShape_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoBlurShape_getString (const VuoBlurShape value)
 Automatically generated function. More...
 
void VuoBlurShape_retain (VuoBlurShape value)
 Automatically generated function. More...
 
void VuoBlurShape_release (VuoBlurShape value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoBlurShape

Weights for pixels in a blur.

Definition at line 28 of file VuoBlurShape.h.

Function Documentation

◆ VuoBlurShape_areEqual()

bool VuoBlurShape_areEqual ( const VuoBlurShape  valueA,
const VuoBlurShape  valueB 
)

Returns true if the two values are equal.

Definition at line 103 of file VuoBlurShape.c.

◆ VuoBlurShape_getAllowedValues()

VuoList_VuoBlurShape VuoBlurShape_getAllowedValues ( void  )

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

Definition at line 73 of file VuoBlurShape.c.

◆ VuoBlurShape_getJson()

struct json_object* VuoBlurShape_getJson ( const VuoBlurShape  value)

Encodes value as a JSON object.

Definition at line 56 of file VuoBlurShape.c.

◆ VuoBlurShape_getString()

char* VuoBlurShape_getString ( const VuoBlurShape  value)

Automatically generated function.

◆ VuoBlurShape_getSummary()

char* VuoBlurShape_getSummary ( const VuoBlurShape  value)

Returns a compact string representation of value.

Definition at line 86 of file VuoBlurShape.c.

◆ VuoBlurShape_isLessThan()

bool VuoBlurShape_isLessThan ( const VuoBlurShape  valueA,
const VuoBlurShape  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 111 of file VuoBlurShape.c.

◆ VuoBlurShape_makeFromJson()

VuoBlurShape VuoBlurShape_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"box"

Definition at line 35 of file VuoBlurShape.c.

◆ VuoBlurShape_makeFromString()

VuoBlurShape VuoBlurShape_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoBlurShape_release()

void VuoBlurShape_release ( VuoBlurShape  value)

Automatically generated function.

◆ VuoBlurShape_retain()

void VuoBlurShape_retain ( VuoBlurShape  value)

Automatically generated function.