Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoProjectionType

Description

An enum defining different projection mapping techniques.

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.
 
json_objectVuoProjectionType_getJson (const VuoProjectionType value)
 Encodes value as a JSON object.
 
char * VuoProjectionType_getSummary (const VuoProjectionType value)
 Same as VuoProjectionType_getString() but with some capitilization involved.
 
VuoList_VuoProjectionType VuoProjectionType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoProjectionType VuoProjectionType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoProjectionType_getString (const VuoProjectionType value)
 Automatically generated function.
 
void VuoProjectionType_retain (VuoProjectionType value)
 Automatically generated function.
 
void VuoProjectionType_release (VuoProjectionType value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different projection mapping techniques.

Function Documentation

VuoList_VuoProjectionType VuoProjectionType_getAllowedValues ( void  )

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

struct json_object * VuoProjectionType_getJson ( const VuoProjectionType  value)
read

Encodes value as a JSON object.

char* VuoProjectionType_getString ( const VuoProjectionType  value)

Automatically generated function.

char * VuoProjectionType_getSummary ( const VuoProjectionType  value)

Same as VuoProjectionType_getString() but with some capitilization involved.

VuoProjectionType VuoProjectionType_makeFromJson ( json_object js)

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

VuoProjectionType VuoProjectionType_makeFromString ( const char *  str)

Automatically generated function.

void VuoProjectionType_release ( VuoProjectionType  value)

Automatically generated function.

void VuoProjectionType_retain ( VuoProjectionType  value)

Automatically generated function.