MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / oriented_full_height

Method oriented_full_height

src/libOpenImageIO/imagebuf.cpp:1717–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715
1716
1717int
1718ImageBuf::oriented_full_height () const
1719{
1720 const ImageBufImpl *impl (this->impl());
1721 const ImageSpec &spec (impl->spec());
1722 return impl->m_orientation <= 4 ? spec.full_height : spec.full_width;
1723}
1724
1725
1726

Callers 3

normalSizeMethod · 0.80
fitWindowToImageMethod · 0.80
clamp_view_to_windowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected