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

Description

Data associated with a vertex of a 3D mesh.

Enumerations

enum  VuoVertexAttribute {
  VuoVertexAttribute_Position, VuoVertexAttribute_Normal, VuoVertexAttribute_Tangent, VuoVertexAttribute_Bitangent,
  VuoVertexAttribute_TextureCoordinateChecker, VuoVertexAttribute_TextureCoordinateGradient
}
 Data associated with a vertex of a 3D mesh. More...
 

Functions

VuoVertexAttribute VuoVertexAttribute_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoVertexAttribute_getJson (const VuoVertexAttribute value)
 Encodes value as a JSON object.
 
VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoVertexAttribute_getSummary (const VuoVertexAttribute value)
 Returns a compact string representation of value.
 
bool VuoVertexAttribute_areEqual (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if the two values are equal.
 
bool VuoVertexAttribute_isLessThan (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if valueA is less than valueB.
 
VuoVertexAttribute VuoVertexAttribute_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoVertexAttribute_getString (const VuoVertexAttribute value)
 Automatically generated function.
 
void VuoVertexAttribute_retain (VuoVertexAttribute value)
 Automatically generated function.
 
void VuoVertexAttribute_release (VuoVertexAttribute value)
 Automatically generated function.
 

Enumeration Type Documentation

Data associated with a vertex of a 3D mesh.

Function Documentation

bool VuoVertexAttribute_areEqual ( const VuoVertexAttribute  valueA,
const VuoVertexAttribute  valueB 
)

Returns true if the two values are equal.

VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues ( void  )

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

struct json_object* VuoVertexAttribute_getJson ( const VuoVertexAttribute  value)
read

Encodes value as a JSON object.

char* VuoVertexAttribute_getString ( const VuoVertexAttribute  value)

Automatically generated function.

char* VuoVertexAttribute_getSummary ( const VuoVertexAttribute  value)

Returns a compact string representation of value.

bool VuoVertexAttribute_isLessThan ( const VuoVertexAttribute  valueA,
const VuoVertexAttribute  valueB 
)

Returns true if valueA is less than valueB.

VuoVertexAttribute VuoVertexAttribute_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"normal"
VuoVertexAttribute VuoVertexAttribute_makeFromString ( const char *  str)

Automatically generated function.

void VuoVertexAttribute_release ( VuoVertexAttribute  value)

Automatically generated function.

void VuoVertexAttribute_retain ( VuoVertexAttribute  value)

Automatically generated function.