Declaration of ScalarField.
Definition in file ScalarField_fwd.hpp.
Include dependency graph for ScalarField_fwd.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | mm::ScalarField< Scalar > |
| Represents a discretization of a scalar field, a finite collection of scalars. More... | |
| class | mm::ScalarField< Scalar >::ScalarFieldView |
| Represents a non contiguous view to a scalar field. More... | |
| struct | mm::scalar_type< ScalarField< T > > |
| The scalar_type trait definition for ScalarField. More... | |
Namespaces | |
| mm | |
| Root namespace for the whole library. | |
Typedefs | |
| typedef ScalarField< double > | mm::ScalarFieldd |
| Convenience typedef for ScalarField of doubles. More... | |
| typedef ScalarField< float > | mm::ScalarFieldf |
| Convenience typedef for ScalarField of floats. More... | |