iflTile3D 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
     iflTile3D - defines a simple 3-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 six values describing the origin (x,y,z) and size
     (nx,ny,nz) of a rectangle in a convenient way.  The following is an
     example on how to use a 3D integer tile.  iflTile object can be declared
     in the following way:

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

	      tile.x = xStart
	      tile.y = yStart
	      tile.z = zStart
	      tile.nx = xSize
	      tile.ny = ySize
	      tile.nz = zSize

	      /* or initialized */
	      static iflTile3Dint tile = { xStart, yStart, zStart,
					   xSize, ySize, zSize } ;

									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