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

Method HasOutput

src/luxcore/luxcoreimpl.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool FilmImpl::HasOutput(const FilmOutputType type) const {
179 return GetSLGFilm()->HasOutput((slg::FilmOutputs::FilmOutputType)type);
180}
181
182unsigned int FilmImpl::GetOutputCount(const FilmOutputType type) const {
183 return GetSLGFilm()->GetOutputCount((slg::FilmOutputs::FilmOutputType)type);

Callers 3

MenuToolMethod · 0.45
Film_GetOutputFloat1Function · 0.45
Film_GetOutputUInt1Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected