iflTile2D man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



iflTile(3)	  Image Format Library C++ Reference Manual	    iflTile(3)

NAME
     iflTile2D - defines a simple 2-D rectangle

INHERITS FROM
     This is a base class and therefore has no inheritance.

HEADER FILE
     #include <ifl/iflCdefs.h>

DESCRIPTION
     This class is used to describe rectangles (tiles). It is mostly used to
     group together the four values describing the origin (x,y) and size
     (nx,ny,) of a rectangle in a convenient way.  The following is an example
     on how to use a 2D integer tile.  iflTile object can be declared in the
     following way:

	      /* unitialized, and later filled in */
	      iflTile2Dint tile;

	      tile.x = xStart
	      tile.y = yStart
	      tile.nx = xSize
	      tile.ny = ySize

	      /* or initialized */
	      static iflTile2Dint tile = { xSize, yStart, xSize, ySize };

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net