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

Method Clear

src/luxcore/luxcoreimpl.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void FilmImpl::Clear() {
110 return GetSLGFilm()->Clear();
111}
112
113void FilmImpl::AddFilm(const Film &film) {
114 const FilmImpl *filmImpl = dynamic_cast<const FilmImpl *>(&film);

Callers 15

DefineMeshMethod · 0.45
DefineStrandsMethod · 0.45
ParseMethod · 0.45
DuplicateObjectMethod · 0.45
UpdateObjectMaterialMethod · 0.45
DeleteObjectMethod · 0.45
DeleteLightMethod · 0.45
RemoveUnusedImageMapsMethod · 0.45
RemoveUnusedTexturesMethod · 0.45
RemoveUnusedMaterialsMethod · 0.45
RemoveUnusedMeshesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected