Proto  3.2
Classes | Namespaces | Macros | Functions
Proto_Box.H File Reference
#include <cstdlib>
#include <iostream>
#include <sstream>
#include <cmath>
#include "Proto_MayDay.H"
#include "Proto_Face.H"
#include "Proto_Point.H"
#include "Proto_Centering.H"
Include dependency graph for Proto_Box.H:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ _PROTO_BOX_

#define _PROTO_BOX_