Vuo  2.3.2
Classes | Enumerations | Functions
VuoProjectionType.h File Reference

Description

VuoProjectionType C type definition.

Definition in file VuoProjectionType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoProjectionType_struct
 List type. More...
 

Enumerations

enum  VuoProjectionType { VuoProjectionType_Perspective , VuoProjectionType_Affine }
 An enum defining different projection mapping techniques. More...
 

Functions

VuoProjectionType VuoProjectionType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoProjectionType. More...
 
json_objectVuoProjectionType_getJson (const VuoProjectionType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoProjectionType VuoProjectionType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoProjectionType_getSummary (const VuoProjectionType value)
 Same as VuoProjectionType_getString() but with some capitilization involved. More...
 
VuoProjectionType VuoProjectionType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoProjectionType_getString (const VuoProjectionType value)
 Automatically generated function. More...
 
void VuoProjectionType_retain (VuoProjectionType value)
 Automatically generated function. More...
 
void VuoProjectionType_release (VuoProjectionType value)
 Automatically generated function. More...
 
#define VuoList_VuoProjectionType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoProjectionType_structVuoList_VuoProjectionType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoProjectionType_TYPE_DEFINED

#define VuoList_VuoProjectionType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoProjectionType.h.

Typedef Documentation

◆ VuoList_VuoProjectionType

List type.