boundBox.H File Reference
Include dependency graph for boundBox.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boundBox
 A bounding box defined in terms of the points at its extremities. More...
 
struct  scaleable< boundBox >
 A boundBox is scaleable. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

bool operator== (const boundBox &, const boundBox &)
 
bool operator!= (const boundBox &, const boundBox &)
 
Istream & operator>> (Istream &, boundBox &)
 
Ostream & operator<< (Ostream &, const boundBox &)
 
template<>
bool contiguous< boundBox > ()
 Data associated with boundBox type are contiguous. More...
 
template<class ... Args>
void convert (boundBox &bb, const Args &... args)
 Apply a conversion to a boundBox by applying separately to min and max. More...
 

Detailed Description

Original source file boundBox.H

Definition in file boundBox.H.