MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SupportsProgressiveIntegration

Function SupportsProgressiveIntegration

BakingLab/AppSettings.h:581–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 }
580
581 inline bool SupportsProgressiveIntegration(BakeModes bakeMode, SolveModes solveMode)
582 {
583 if(SGCount(bakeMode) > 0 && (solveMode == SolveModes::SVD || solveMode == SolveModes::NNLS))
584 return false;
585 else
586 return true;
587 }
588
589 void UpdateUI();
590}

Callers 2

BakeDriverFunction · 0.85
UpdateMethod · 0.85

Calls 1

SGCountFunction · 0.85

Tested by

no test coverage detected