SqueezeBrains SDK 1.13
sb_t_par_changes_info Struct Reference

Information on what sb_project_set_par and sb_image_info_apply_par_changes do when they apply the new parameters. More...

#include <sb.h>

Collaboration diagram for sb_t_par_changes_info:

Data Fields

char * models
 String of the name of the models to be invalidated. More...
 
sb_t_par_model_lut lut_model_cur2new [SB_PAR_MODELS_NUM]
 Mapping lut of the models in par_cur to the those in par_new. More...
 
sb_t_par_model_lut lut_model_new2cur [SB_PAR_MODELS_NUM]
 Mapping lut of the models in par_new to the those in par_cur. More...
 
sb_t_par par_cur
 The current parameters of the project.
 
sb_t_par par_new
 The new parameters that the user wants to set in the project.
 

Detailed Description

Information on what sb_project_set_par and sb_image_info_apply_par_changes do when they apply the new parameters.

See also
sb_project_get_par_changes_info
sb_project_destroy_par_changes_info
sb_project_set_par

Definition at line 11685 of file sb.h.

Field Documentation

◆ lut_model_cur2new

sb_t_par_model_lut sb_t_par_changes_info::lut_model_cur2new[SB_PAR_MODELS_NUM]

Mapping lut of the models in par_cur to the those in par_new.

A value equal to -1 means that the relative model is not present in par_new models array

Definition at line 11696 of file sb.h.

◆ lut_model_new2cur

sb_t_par_model_lut sb_t_par_changes_info::lut_model_new2cur[SB_PAR_MODELS_NUM]

Mapping lut of the models in par_new to the those in par_cur.

A value equal to -1 means that the relative model is not present in par_cur models array

Definition at line 11701 of file sb.h.

◆ models

char* sb_t_par_changes_info::models

String of the name of the models to be invalidated.

The name of the models are separated by the SB_DELIMITER character.

Definition at line 11691 of file sb.h.


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