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