MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / getHeight

Method getHeight

include/TGALoader/TGALoader.h:28–28  ·  view source on GitHub ↗

Returns the height of the image in pixels

Source from the content-addressed store, hash-verified

26 int getWidth (void) const {return (m_iImageWidth);}
27 //! Returns the height of the image in pixels
28 int getHeight (void) const {return (m_iImageHeight);}
29
30 //! Returns the pixel at location (x,y).
31 /*! ATTENTION:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected