Represents a non contiguous view to a vector field.
Definition at line 79 of file VectorField_fwd.hpp.
Collaboration diagram for mm::VectorField< Scalar, dimension >::VectorFieldView:Public Member Functions | |
| void | operator= (const Vec< scalar_t, dimension > &other) |
| Assign a vector to this view. More... | |
Friends | |
| class | VectorField |
Private Member Functions | |
| VectorFieldView (VectorField &sf, const indexes_t &indexes) | |
| Construct a non contiguous view to a scalar field. More... | |
Private Attributes | |
| VectorField & | sf |
| Reference to the viewed field. More... | |
| const indexes_t & | indexes |
| Indexes of this view. More... | |
|
inlineprivate |
Construct a non contiguous view to a scalar field.
Definition at line 84 of file VectorField_fwd.hpp.
|
inline |
Assign a vector to this view.
Definition at line 87 of file VectorField_fwd.hpp.
|
private |
Indexes of this view.
Definition at line 81 of file VectorField_fwd.hpp.
|
private |
Reference to the viewed field.
Definition at line 80 of file VectorField_fwd.hpp.