Double precision coordinates of a point in the computational domain. More...
#include "DAGHDefaults.h"
#include "lparx_copyright.h"
#include <iosfwd>
#include <cstdlib>
#include <cassert>
Go to the source code of this file.
Classes | |
class | DCoords |
This class implements the double precision coordinates of a point in the computational domain. More... | |
Defines | |
#define | DCoordsNULL ((DCoords *)0) |
#define | Point_Point_Operator(ope, op) |
#define | Point_Scalar_Operator(ope, op) |
Functions | |
DCoords | Max (const DCoords &a, const DCoords &b) |
DCoords | Min (const DCoords &a, const DCoords &b) |
std::ostream & | operator<< (std::ostream &s, const DCoords &c) |
std::istream & | operator>> (std::istream &s, DCoords &c) |
Double precision coordinates of a point in the computational domain.
#define DCoordsNULL ((DCoords *)0) |
#define Point_Point_Operator | ( | ope, | |||
op | ) |
#define Point_Scalar_Operator | ( | ope, | |||
op | ) |
References DCoords::getmax().
References DCoords::getmin().
std::ostream& operator<< | ( | std::ostream & | s, | |
const DCoords & | c | |||
) |