Vuo  2.3.2
Public Types | Public Attributes | List of all members
VuoRunner::Private Class Reference

Description

Private instance data for VuoRunner.

Definition at line 106 of file VuoRunner.cc.

Public Types

typedef void *(* vuoImageMakeFromJsonWithDimensionsType) (json_object *, unsigned int, unsigned int)
 VuoImage_makeFromJsonWithDimensions. More...
 
typedef json_object *(* vuoImageGetJsonType) (void *)
 VuoImage_getJson. More...
 

Public Attributes

once_flag vuoImageFunctionsInitialized
 Ensures we only try to initialize the below functions once. More...
 
vuoImageMakeFromJsonWithDimensionsType vuoImageMakeFromJsonWithDimensions
 VuoImage_makeFromJsonWithDimensions. More...
 
vuoImageGetJsonType vuoImageGetJson
 VuoImage_getJson. More...
 
uint64_t lastWidth
 The most recent image size provided to setPublishedInputPortValues. More...
 
uint64_t lastHeight
 The most recent image size provided to setPublishedInputPortValues. More...
 

Member Typedef Documentation

◆ vuoImageGetJsonType

typedef json_object*(* VuoRunner::Private::vuoImageGetJsonType) (void *)

VuoImage_getJson.

Definition at line 118 of file VuoRunner.cc.

◆ vuoImageMakeFromJsonWithDimensionsType

typedef void*(* VuoRunner::Private::vuoImageMakeFromJsonWithDimensionsType) (json_object *, unsigned int, unsigned int)

VuoImage_makeFromJsonWithDimensions.

Definition at line 116 of file VuoRunner.cc.

Member Data Documentation

◆ lastHeight

uint64_t VuoRunner::Private::lastHeight

The most recent image size provided to setPublishedInputPortValues.

Definition at line 122 of file VuoRunner.cc.

◆ lastWidth

uint64_t VuoRunner::Private::lastWidth

The most recent image size provided to setPublishedInputPortValues.

Definition at line 121 of file VuoRunner.cc.

◆ vuoImageFunctionsInitialized

once_flag VuoRunner::Private::vuoImageFunctionsInitialized

Ensures we only try to initialize the below functions once.

Definition at line 115 of file VuoRunner.cc.

◆ vuoImageGetJson

vuoImageGetJsonType VuoRunner::Private::vuoImageGetJson

VuoImage_getJson.

Definition at line 119 of file VuoRunner.cc.

◆ vuoImageMakeFromJsonWithDimensions

vuoImageMakeFromJsonWithDimensionsType VuoRunner::Private::vuoImageMakeFromJsonWithDimensions

VuoImage_makeFromJsonWithDimensions.

Definition at line 117 of file VuoRunner.cc.


The documentation for this class was generated from the following file: