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

Enumeration Type Documentation

◆ VuoProjectionType

An enum defining different projection mapping techniques.

Definition at line 28 of file VuoProjectionType.h.

Function Documentation

◆ VuoProjectionType_getAllowedValues()

VuoList_VuoProjectionType VuoProjectionType_getAllowedValues ( void  )

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

Definition at line 73 of file VuoProjectionType.c.

◆ VuoProjectionType_getJson()

struct json_object * VuoProjectionType_getJson ( const VuoProjectionType  value)

Encodes value as a JSON object.

Definition at line 53 of file VuoProjectionType.c.

◆ VuoProjectionType_getString()

char* VuoProjectionType_getString ( const VuoProjectionType  value)

Automatically generated function.

◆ VuoProjectionType_getSummary()

char * VuoProjectionType_getSummary ( const VuoProjectionType  value)

Same as VuoProjectionType_getString() but with some capitilization involved.

Definition at line 85 of file VuoProjectionType.c.

◆ VuoProjectionType_makeFromJson()

VuoProjectionType VuoProjectionType_makeFromJson ( json_object js)

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

Definition at line 32 of file VuoProjectionType.c.

◆ VuoProjectionType_makeFromString()

VuoProjectionType VuoProjectionType_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoProjectionType_release()

void VuoProjectionType_release ( VuoProjectionType  value)

Automatically generated function.

◆ VuoProjectionType_retain()

void VuoProjectionType_retain ( VuoProjectionType  value)

Automatically generated function.