Vuo  2.0.0
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)
 
json_objectVuoImageStereoType_getJson (const VuoImageStereoType value)
 
char * VuoImageStereoType_getSummary (const VuoImageStereoType value)
 
VuoList_VuoImageStereoType VuoImageStereoType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoImageStereoType VuoImageStereoType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoImageStereoType_getString (const VuoImageStereoType value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoImageStereoType

An enum defining different types of color masks.

Definition at line 28 of file VuoImageStereoType.h.

Function Documentation

◆ VuoImageStereoType_getAllowedValues()

VuoList_VuoImageStereoType VuoImageStereoType_getAllowedValues ( void  )

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

Definition at line 144 of file VuoImageStereoType.c.

◆ VuoImageStereoType_getJson()

struct json_object * VuoImageStereoType_getJson ( const VuoImageStereoType  value)

Encodes value as a JSON object.

Definition at line 76 of file VuoImageStereoType.c.

◆ VuoImageStereoType_getString()

char* VuoImageStereoType_getString ( const VuoImageStereoType  value)

Automatically generated function.

◆ VuoImageStereoType_getSummary()

char * VuoImageStereoType_getSummary ( const VuoImageStereoType  value)

Same as VuoImageStereoType_getString()

Definition at line 168 of file VuoImageStereoType.c.

◆ VuoImageStereoType_makeFromJson()

VuoImageStereoType VuoImageStereoType_makeFromJson ( json_object js)

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

Definition at line 32 of file VuoImageStereoType.c.

◆ VuoImageStereoType_makeFromString()

VuoImageStereoType VuoImageStereoType_makeFromString ( const char *  str)

Automatically generated function.