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

Method removeFilmFit

src/IECoreScene/Camera.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 return (FilmFit)accessCompoundDataMapWithDefault<IntData>( parameters(), "filmFit", Horizontal );
248}
249void Camera::removeFilmFit()
250{
251 parameters().erase("filmFit");
252}
253
254DECLARE_ACCESSORS_FOR_OPTIONAL( Resolution, "resolution", V2iData, V2i( 640, 480 ) );
255DECLARE_ACCESSORS_FOR_OPTIONAL( PixelAspectRatio, "pixelAspectRatio", FloatData, 1.0f );

Callers 1

testRenderOverridesMethod · 0.95

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected