MTF
|
set of indicator variables to keep track of which dependent state variables need updating and executing the update expression for any variable only when at least one of the other variables it depends on has been updated; this can help to increase speed by avoiding repeated computations More...
#include <AppearanceModel.h>
Public Member Functions | |
void | set () |
void | clear () |
![]() | |
void | setPixState () |
void | clearPixState () |
Public Attributes | |
bool | similarity |
bool | grad |
bool | hess |
bool | sampler |
![]() | |
bool | pix_vals |
bool | pix_grad |
bool | pix_hess |
set of indicator variables to keep track of which dependent state variables need updating and executing the update expression for any variable only when at least one of the other variables it depends on has been updated; this can help to increase speed by avoiding repeated computations