Mathematical Ray-tracer Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
bmpfileheaderThis structure is another bmp header
bmpinfoheaderThis structure is one of the bmp headers
CAdditionThis class represents addition
CColorThis class represents a color
CCommandThis class represents a command to execute with the parameters
CCommand::DataUnionUnion containing a pointer to the parameter of the command
CCommandExecutorThis class executes a certain command
CCommandParserThis class parses the command and give tokens to the CCommandExecutor class
CCosThis class represents cosine
CDivisionThis class represents division
CExpThis class respresents exponential
CImageThis class represents an image
CLnThis class respresents natural logarithm
CMathExpressionThis class represents a mathematical expression
CNumberThis class represents a constant floating point number
COperationThis class is the base class for mathematical operations
COppositeThis class represents the unary minus
CPowThis class represents exposants
CProductThis class represents product
CRenderObjThis class holds all the necessary data to render the mathematical surface
CSinThis class represents sine
CSingletonHandlerThis is the class that takes care of the singletons used by the console interface
CSqrtThis class represents square root
CSubstractionThis class represents substraction
CTanThis class represents tangent
CValueThis class is the base class from which other classes are derived
CVariableThis class represents a variable
CVectBaseThis class represents a normalized vector base which will be used to ray-trace
CVector3fThis class represents a 3D vector (with float precision) class

Generated on Fri Dec 5 03:20:33 2008 for Mathematical Ray-tracer by  doxygen 1.5.4