Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoVerticalReflection

Description

Options for mirroring an image along the y-axis.

Enumerations

enum  VuoVerticalReflection { VuoVerticalReflection_None, VuoVerticalReflection_Top, VuoVerticalReflection_Bottom }
 An enum defining different types of color masks. More...
 

Functions

VuoVerticalReflection VuoVerticalReflection_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoVerticalReflection.
 
json_objectVuoVerticalReflection_getJson (const VuoVerticalReflection value)
 Encodes value as a JSON object.
 
char * VuoVerticalReflection_getSummary (const VuoVerticalReflection value)
 Returns a human-readable description of value.
 
VuoList_VuoVerticalReflection VuoVerticalReflection_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoVerticalReflection VuoVerticalReflection_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoVerticalReflection_getString (const VuoVerticalReflection value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of color masks.

Function Documentation

VuoList_VuoVerticalReflection VuoVerticalReflection_getAllowedValues ( void  )

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

struct json_object * VuoVerticalReflection_getJson ( const VuoVerticalReflection  value)
read

Encodes value as a JSON object.

char* VuoVerticalReflection_getString ( const VuoVerticalReflection  value)

Automatically generated function.

char * VuoVerticalReflection_getSummary ( const VuoVerticalReflection  value)

Returns a human-readable description of value.

VuoVerticalReflection VuoVerticalReflection_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoVerticalReflection.

VuoVerticalReflection VuoVerticalReflection_makeFromString ( const char *  str)

Automatically generated function.