Definition in file VectorSpace.H.
#include "src/OpenFOAM/primitives/direction/direction.H"#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"#include "src/OpenFOAM/primitives/strings/word/word.H"#include "src/OpenFOAM/primitives/VectorSpace/VectorSpaceI.H"
Include dependency graph for VectorSpace.H:Go to the source code of this file.
Classes | |
| class | VectorSpace< Form, Cmpt, nCmpt > |
| Templated vector space. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
| template<class Form , class Cmpt , int nCmpt> | |
| Istream & | operator>> (Istream &, VectorSpace< Form, Cmpt, nCmpt > &) |
| template<class Form , class Cmpt , int nCmpt> | |
| Ostream & | operator<< (Ostream &, const VectorSpace< Form, Cmpt, nCmpt > &) |
| template<class Form , class Cmpt , int nCmpt> | |
| word | name (const VectorSpace< Form, Cmpt, nCmpt > &) |
| Return a string representation of a VectorSpace.
| |