Proto
3.2
|
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <cmath>
#include "Proto_MayDay.H"
#include "Proto_Face.H"
#include "Proto_Point.H"
#include "Proto_Centering.H"
Go to the source code of this file.
Classes | |
class | Proto::Box |
An interval in DIM dimensional space. More... | |
class | Proto::BoxIterator |
Iterator for Boxes. More... | |
Namespaces | |
Proto | |
Macros | |
#define | _PROTO_BOX_ |
Functions | |
std::ostream & | Proto::operator<< (std::ostream &a_os, const Box &a_box) |
OStream Operator. More... | |
std::istream & | Proto::operator>> (std::istream &a_is, Box &a_box) |
OStream Operator. More... | |
#define _PROTO_BOX_ |