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

Function SGCount

BakingLab/AppSettings.h:567–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 }
566
567 inline uint64 SGCount(BakeModes bakeMode)
568 {
569 Assert_(uint64(bakeMode) < uint64(BakeModes::NumValues));
570 if(uint64(bakeMode) >= uint64(BakeModes::SG5))
571 return BasisCount(bakeMode);
572 else
573 return 0;
574 }
575
576 inline uint64 SGCount()
577 {

Callers 3

UpdateMethod · 0.85
UpdateUIFunction · 0.85

Calls 1

BasisCountFunction · 0.85

Tested by

no test coverage detected