Main Page Class Hierarchy Compound List File List Compound Members File Members
RT_Defs.h File Reference
#include "gcl/Geometry.h"
#include "gcl/Colour.h"
#include <stdlib.h>
Include dependency graph for RT_Defs.h:
Go to the source code of this file.
Define Documentation
#define RT_Alloc(X) (X*) malloc(sizeof(X))
|
#define RT_ArrayAlloc(X, n) (X*) malloc(sizeof(X) * n)
|
#define RT_ArrayAllocClr(X, n) (X*) calloc(n, sizeof(X))
|
#define RT_ArrayFree(X) free(X)
|
#define RT_Free(X) free(X)
|
Function Documentation
ostream & operator<< (ostream & s, Int i[3]) [inline]
|
Generated at Sat Aug 5 00:26:54 2000 for Radiator by
1.1.0 written by Dimitri van Heesch,
© 1997-2000