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

Method getWidth

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

Returns the width of the image in pixels

Source from the content-addressed store, hash-verified

24
25 //! Returns the width of the image in pixels
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected