Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoImageStereoType.h File Reference

Description

VuoImageStereoType C type definition.

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