#include "SPACE.H"
#include "Point.H"
#include <iostream>
Go to the source code of this file.
Classes | |
class | Box |
An interval in DIM dimensional space. More... | |
Functions | |
ostream & | operator<< (ostream &os, const Box &a_box) |
Defines "<<" operator for Boxes. Used for printing. | |
int | mymod (int i, int j) |
void | printPoint (const Point &a_pt) |
Variables | |
bool | reportMemory |
unsigned long long int | memory |
ostream& operator<< | ( | ostream & | os, | |
const Box & | a_box | |||
) |
Defines "<<" operator for Boxes. Used for printing.
int mymod | ( | int | i, | |
int | j | |||
) | [inline] |
void printPoint | ( | const Point & | a_pt | ) |
bool reportMemory |
Referenced by RectMDArray< T, C, D, E >::define(), and RectMDArray< T, C, D, E >::~RectMDArray().
unsigned long long int memory |
Referenced by RectMDArray< T, C, D, E >::define(), and RectMDArray< T, C, D, E >::~RectMDArray().