*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> ifl/iflColormap (3)              
Title
Content
Arch
Section
 

Contents


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


NAME    [Toc]    [Back]

     iflColormap - class for defining colormaps

INHERITS FROM    [Toc]    [Back]

     iflLut

HEADER FILE    [Toc]    [Back]

     #include <ifl/iflColormap.h>

CLASS DESCRIPTION    [Toc]    [Back]

     iflColormap is derived from iflLut. The only difference is	the removal of
     the ability to have the table length not be a one-to-one mapping onto the
     domain of the lut.	 It is intended	to represent the colormap for image
     files that	have an	iflRGBPalette color model.  Refer to the iflLut	man
     page for more info	on the supported access	methods.

CLASS MEMBER FUNCTION SUMMARY    [Toc]    [Back]

     Constructors

	  iflColormap()
	  iflColormap(int numChan, iflDataType dtype, double min, double max)
	  iflColormap(void* table, int numChan,	iflDataType dtype,
		      double min, double max)

FUNCTION DESCRIPTIONS    [Toc]    [Back]

     iflColormap()

	  iflColormap(int numChan, iflDataType dtype, double min, double max)
	  iflColormap(void* table, int numChan,	iflDataType dtype,
		      double min, double max)
	  iflColormap()


	  Constructors for the iflColormap class.  The number of tables	or
	  channels in the colormap is specified	by numChan and the colormap
	  data type is specified by dtype.  The	domain of values the table
	  handles is from min to max.  The length of each table	is either
	  max-min+1.  The second constructor creates an	iflColormap whose
	  look-up table	data is	pointed	to by table. The final constructor
	  generates an empty iflColormap.  This	can be useful in conjuction
	  with the assigment operator.

INHERITED MEMBER FUNCTIONS    [Toc]    [Back]

   Inherited from iflLut
     getChan(),	getData(), getDataType(), getDomain(), getDomainMax(),
     getDomainMin(), getDomainStep(), getLength(), getNumChans(), getOrigin(),
     getRange(), getVal(), init(), isDiff(), operator=(), setData(),
     setDomain(), setVal()






									Page 1






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


SEE ALSO    [Toc]    [Back]

      
      
     iflLut, iflSGIColormap


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
iflLut IRIX base class for defining look-up tables
getclrmap IRIX allocate and free colormaps
c_excpt Tru64 Header file defining structured exception handling keywords, intrinsics, and structures for the C la...
class_index_to_name Tru64 gets the class name given the class index
XmTextField IRIX The TextField class
XmTextField HP-UX The TextField class
XmTextField Tru64 The TextField class
Composite HP-UX The Composite widget class
Core HP-UX The Core widget class
iflClassList IRIX class inheritance chain
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service