Vuo 2.4.2
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
VuoRunner::Private Class Reference

Description

Private instance data for VuoRunner.

Definition at line 112 of file VuoRunner.cc.

Public Types

typedef void *(* vuoImageMakeFromJsonWithDimensionsType) (json_object *, unsigned int, unsigned int)
 VuoImage_makeFromJsonWithDimensions. More...
 
typedef json_object *(* vuoImageGetInterprocessJsonType) (void *)
 VuoImage_getInterprocessJson. More...
 

Public Attributes

once_flag vuoImageFunctionsInitialized
 Ensures we only try to initialize the below functions once. More...
 
vuoImageMakeFromJsonWithDimensionsType vuoImageMakeFromJsonWithDimensions
 VuoImage_makeFromJsonWithDimensions. More...
 
vuoImageGetInterprocessJsonType vuoImageGetInterprocessJson
 VuoImage_getInterprocessJson. 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

◆ vuoImageGetInterprocessJsonType

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

VuoImage_getInterprocessJson.

Definition at line 124 of file VuoRunner.cc.

◆ vuoImageMakeFromJsonWithDimensionsType

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

VuoImage_makeFromJsonWithDimensions.

Definition at line 122 of file VuoRunner.cc.

Constructor & Destructor Documentation

◆ Private()

VuoRunner::Private::Private ( )
inline

Definition at line 115 of file VuoRunner.cc.

Member Data Documentation

◆ lastHeight

uint64_t VuoRunner::Private::lastHeight

The most recent image size provided to setPublishedInputPortValues.

Definition at line 128 of file VuoRunner.cc.

◆ lastWidth

uint64_t VuoRunner::Private::lastWidth

The most recent image size provided to setPublishedInputPortValues.

Definition at line 127 of file VuoRunner.cc.

◆ vuoImageFunctionsInitialized

once_flag VuoRunner::Private::vuoImageFunctionsInitialized

Ensures we only try to initialize the below functions once.

Definition at line 121 of file VuoRunner.cc.

◆ vuoImageGetInterprocessJson

vuoImageGetInterprocessJsonType VuoRunner::Private::vuoImageGetInterprocessJson

VuoImage_getInterprocessJson.

Definition at line 125 of file VuoRunner.cc.

◆ vuoImageMakeFromJsonWithDimensions

vuoImageMakeFromJsonWithDimensionsType VuoRunner::Private::vuoImageMakeFromJsonWithDimensions

VuoImage_makeFromJsonWithDimensions.

Definition at line 123 of file VuoRunner.cc.


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