MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / GetTotalSampleCount

Method GetTotalSampleCount

src/luxcore/luxcoreimpl.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174double FilmImpl::GetTotalSampleCount() const {
175 return GetSLGFilm()->GetTotalSampleCount();
176}
177
178bool FilmImpl::HasOutput(const FilmOutputType type) const {
179 return GetSLGFilm()->HasOutput((slg::FilmOutputs::FilmOutputType)type);

Callers 10

GetStatsMethod · 0.45
UpdateStatsMethod · 0.45
ClampMethod · 0.45
CheckIfWarmUpDoneMethod · 0.45
ApplyMethod · 0.45
IsTestUpdateRequiredMethod · 0.45
TestMethod · 0.45
IsTestUpdateRequiredMethod · 0.45
TestMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestMethod · 0.36
IsTestUpdateRequiredMethod · 0.36
TestMethod · 0.36