Vuo  0.4.7
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
VuoImage.h File Reference

Description

VuoImage C type definition.

Classes

struct  _VuoImage
 An image residing in GPU memory (GL Texture Object). More...
 

Typedefs

typedef struct _VuoImageVuoImage
 An image residing in GPU memory (GL Texture Object).
 

Functions

VuoImage VuoImage_make (unsigned int glTextureName, unsigned long int pixelsWide, unsigned long int pixelsHigh)
 Returns a new VuoImage structure containing the specified values.
 
VuoImage VuoImage_valueFromString (const char *initializer)
 Parses the C string initializer to create a new value.
 
char * VuoImage_stringFromValue (const VuoImage value)
 Serializes value as a C string.
 
char * VuoImage_interprocessStringFromValue (const VuoImage value)
 Returns a JSON string containing an interprocess handle for the specified texture.
 
VuoImage VuoImage_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoImage_jsonFromValue (const VuoImage value)
 Encodes value as a JSON object.
 
char * VuoImage_summaryFromValue (const VuoImage value)
 A brief summary of the contents of this texture.