direction.H File Reference

Direction is an 8-bit unsigned integer type used to represent Cartesian directions, components etc. More...

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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

typedef uint8_t direction
 

Functions

direction readDirection (Istream &is)
 Read direction (uint8_t) from stream. More...
 
Istream & operator>> (Istream &is, direction &val)
 
Ostream & operator<< (Ostream &os, const direction val)
 
std::ostream & operator<< (std::ostream &os, const direction val)
 

Detailed Description

Direction is an 8-bit unsigned integer type used to represent Cartesian directions, components etc.

Original source file direction.H

Note
If a different typedef is used, "uint8.H" must be modified accordingly.

Definition in file direction.H.