Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
struct json_objectVuoBlurShape_getJson (const VuoBlurShape value)
 Encodes value as a JSON object.
 
VuoList_VuoBlurShape VuoBlurShape_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoBlurShape_getSummary (const VuoBlurShape value)
 Returns a compact string representation of value.
 
bool VuoBlurShape_areEqual (const VuoBlurShape valueA, const VuoBlurShape valueB)
 Returns true if the two values are equal.
 
bool VuoBlurShape_isLessThan (const VuoBlurShape valueA, const VuoBlurShape valueB)
 Returns true if valueA is less than valueB.
 
VuoBlurShape VuoBlurShape_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoBlurShape_getString (const VuoBlurShape value)
 Automatically generated function.
 
void VuoBlurShape_retain (VuoBlurShape value)
 Automatically generated function.
 
void VuoBlurShape_release (VuoBlurShape value)
 Automatically generated function.
 

Enumeration Type Documentation

Weights for pixels in a blur.

Function Documentation

bool VuoBlurShape_areEqual ( const VuoBlurShape  valueA,
const VuoBlurShape  valueB 
)

Returns true if the two values are equal.

VuoList_VuoBlurShape VuoBlurShape_getAllowedValues ( void  )

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

struct json_object* VuoBlurShape_getJson ( const VuoBlurShape  value)
read

Encodes value as a JSON object.

char* VuoBlurShape_getString ( const VuoBlurShape  value)

Automatically generated function.

char* VuoBlurShape_getSummary ( const VuoBlurShape  value)

Returns a compact string representation of value.

bool VuoBlurShape_isLessThan ( const VuoBlurShape  valueA,
const VuoBlurShape  valueB 
)

Returns true if valueA is less than valueB.

VuoBlurShape VuoBlurShape_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"box"
VuoBlurShape VuoBlurShape_makeFromString ( const char *  str)

Automatically generated function.

void VuoBlurShape_release ( VuoBlurShape  value)

Automatically generated function.

void VuoBlurShape_retain ( VuoBlurShape  value)

Automatically generated function.