Vuo 2.4.4
Loading...
Searching...
No Matches
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_object * VuoImageStereoType_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.
 
char * VuoImageStereoType_getString (const VuoImageStereoType value)
 Automatically generated functions.
 
void VuoImageStereoType_retain (VuoImageStereoType value)
 Automatically generated functions.
 
void VuoImageStereoType_release (VuoImageStereoType value)
 Automatically generated functions.
 

Enumeration Type Documentation

◆ VuoImageStereoType

An enum defining different types of color masks.

Definition at line 27 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 142 of file VuoImageStereoType.c.

◆ VuoImageStereoType_getJson()

struct json_object * VuoImageStereoType_getJson ( const VuoImageStereoType  value)

Encodes value as a JSON object.

Definition at line 74 of file VuoImageStereoType.c.

◆ VuoImageStereoType_getString()

char * VuoImageStereoType_getString ( const VuoImageStereoType  value)

Automatically generated functions.

◆ VuoImageStereoType_getSummary()

char * VuoImageStereoType_getSummary ( const VuoImageStereoType  value)

Same as VuoImageStereoType_getString()

Definition at line 166 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 30 of file VuoImageStereoType.c.

◆ VuoImageStereoType_release()

void VuoImageStereoType_release ( VuoImageStereoType  value)

Automatically generated functions.

◆ VuoImageStereoType_retain()

void VuoImageStereoType_retain ( VuoImageStereoType  value)

Automatically generated functions.