Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoImageStereoType

Description

Defines the color mask to be applied.

Enumerations

enum  VuoImageStereoType {
  VuoImageStereoType_LeftRightHalf, VuoImageStereoType_LeftRightFull, VuoImageStereoType_TopBottomHalf, VuoImageStereoType_TopBottomFull,
  VuoImageStereoType_AnaglyphRedCyan, VuoImageStereoType_AnaglyphAmberBlue, VuoImageStereoType_AnaglyphGreenMagenta, VuoImageStereoType_VerticalStripe,
  VuoImageStereoType_HorizontalStripe, VuoImageStereoType_Checkerboard, VuoImageStereoType_Blend, VuoImageStereoType_Difference,
  VuoImageStereoType_LeftOnly, VuoImageStereoType_RightOnly
}
 An enum defining different types of color masks. More...
 

Functions

VuoImageStereoType VuoImageStereoType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoImageStereoType.
 
json_objectVuoImageStereoType_getJson (const VuoImageStereoType value)
 Encodes value as a JSON object.
 
char * VuoImageStereoType_getSummary (const VuoImageStereoType value)
 Same as VuoImageStereoType_getString()
 
VuoList_VuoImageStereoType VuoImageStereoType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoImageStereoType VuoImageStereoType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoImageStereoType_getString (const VuoImageStereoType value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of color masks.

Function Documentation

VuoList_VuoImageStereoType VuoImageStereoType_getAllowedValues ( void  )

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

struct json_object * VuoImageStereoType_getJson ( const VuoImageStereoType  value)
read

Encodes value as a JSON object.

char* VuoImageStereoType_getString ( const VuoImageStereoType  value)

Automatically generated function.

char * VuoImageStereoType_getSummary ( const VuoImageStereoType  value)

Same as VuoImageStereoType_getString()

VuoImageStereoType VuoImageStereoType_makeFromJson ( json_object js)

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

VuoImageStereoType VuoImageStereoType_makeFromString ( const char *  str)

Automatically generated function.