|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
Class that represents a 3D rectangular prism. More...
Go to the source code of this file.
Classes | |
| class | criptic::RealBox |
| Class that represents a 3D rectangular prism. More... | |
Namespaces | |
| namespace | criptic |
| The primary namespace for criptic objects. | |
Functions | |
| std::istream & | operator>> (std::istream &is, criptic::RealBox &b) |
| ASCII-formatted read of RealBox from stream. | |
| std::ostream & | operator<< (std::ostream &os, const criptic::RealBox &b) |
| ASCII-formatted output of RealBox to stream. | |
Class that represents a 3D rectangular prism.
This class represents a 3D rectangular prism with edges that are aligned with the cardinal axes. It provides basic geometric operations on such an object.
| std::ostream & operator<< | ( | ostream & | os, |
| const RealBox & | b | ||
| ) |
ASCII-formatted output of RealBox to stream.
| os | The stream to which to write |
| b | The RealBox to write |
| std::istream & operator>> | ( | istream & | is, |
| RealBox & | b | ||
| ) |
ASCII-formatted read of RealBox from stream.
| is | The stream to read from |
| b | The RealBox in which to store the result |