Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

simthlib::StaticGray Class Reference

#include <bitmapping.h>

List of all members.

Static Public Member Functions

static int toGray (int i)
static int inverseGray (int i)


Detailed Description

This class contains a static gray member. Due to this it is possible to use the gray mapping functions without creating an instance of the gray class nor the StaticGray class (e.g. StaticGray::toGray(index) ).


Member Function Documentation

static int simthlib::StaticGray::inverseGray int  i  )  [static]
 

Transforms the given gray index to the corresponding symbol index

Parameters:
i gray index
Returns:
symbol index

static int simthlib::StaticGray::toGray int  i  )  [static]
 

Static function which transforms the given index to the corresponding gray index

Parameters:
i symbol index
Returns:
gray index


Generated on Tue Aug 9 14:36:43 2005 for simtheticlib by  doxygen 1.4.1