MCPcopy Create free account
hub / github.com/ImageEngine/cortex / hasFilmFit

Method hasFilmFit

src/IECoreScene/Camera.cpp:237–240  ·  view source on GitHub ↗

Film fit mode requires a specialized accessor, to convert to the enum

Source from the content-addressed store, hash-verified

235
236// Film fit mode requires a specialized accessor, to convert to the enum
237bool Camera::hasFilmFit() const
238{
239 return checkCompoundDataMap<IntData>( parameters(), "filmFit" );
240}
241void Camera::setFilmFit( const Camera::FilmFit &value )
242{
243 parameters()["filmFit"] = new IntData( value );

Callers 1

testRenderOverridesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected