Vuo  2.0.0
Macros | Enumerations | Functions
VuoBlurShape.h File Reference

Description

VuoBlurShape C type definition.

Definition in file VuoBlurShape.h.

Go to the source code of this file.

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...
 
#define VuoList_VuoBlurShape_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoBlurShape
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoBlurShape_TYPE_DEFINED

#define VuoList_VuoBlurShape_TYPE_DEFINED

List type.

Definition at line 14 of file VuoBlurShape.h.

Typedef Documentation

◆ VuoList_VuoBlurShape

typedef void* VuoList_VuoBlurShape

List type.

Definition at line 13 of file VuoBlurShape.h.