Vuo  2.0.0
Classes | Enumerations | Functions
VuoImageStereoType.h File Reference

Description

VuoImageStereoType C type definition.

Definition in file VuoImageStereoType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoImageStereoType_struct
 List type. More...
 

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)
 
VuoList_VuoImageStereoType VuoImageStereoType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoImageStereoType_getSummary (const VuoImageStereoType value)
 
VuoImageStereoType VuoImageStereoType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoImageStereoType_getString (const VuoImageStereoType value)
 Automatically generated function. More...
 
#define VuoList_VuoImageStereoType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoImageStereoType_structVuoList_VuoImageStereoType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoImageStereoType_TYPE_DEFINED

#define VuoList_VuoImageStereoType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoImageStereoType.h.

Typedef Documentation

◆ VuoList_VuoImageStereoType

List type.