Represents a non contiguous view to a scalar field.
Definition at line 42 of file ScalarField_fwd.hpp.
Collaboration diagram for mm::ScalarField< Scalar >::ScalarFieldView:Public Member Functions | |
| void | operator= (const scalar_t &s) |
| Assign a scalar to this view. More... | |
| template<typename OtherDerived > | |
| void | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
| Assign another Eigen expression to this view. More... | |
| void | operator= (const ScalarFieldView &other) |
| Assign another ScalarFieldView. More... | |
Friends | |
| class | ScalarField |
Private Member Functions | |
| ScalarFieldView (ScalarField &sf, const indexes_t &indexes) | |
| Construct a non contiguous view to a scalar field. More... | |
Private Attributes | |
| ScalarField & | 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 47 of file ScalarField_fwd.hpp.
|
inline |
Assign another Eigen expression to this view.
Definition at line 55 of file ScalarField_fwd.hpp.
|
inline |
Assign a scalar to this view.
Definition at line 50 of file ScalarField_fwd.hpp.
|
inline |
Assign another ScalarFieldView.
Definition at line 59 of file ScalarField_fwd.hpp.
|
private |
Indexes of this view.
Definition at line 44 of file ScalarField_fwd.hpp.
|
private |
Reference to the viewed field.
Definition at line 43 of file ScalarField_fwd.hpp.