graphics::DenseMatrixCollection< G > Class Template Reference
Class that hold and manage a std::map with concepts::ElementMatrices
for graphical output, collected by graphics::DenseMatrixGraphics
.
More...
#include <denseMatrixGraphics.hh>
Public Member Functions | |
DenseMatrixCollection (MatrixCounterCell &counter, bool data=true) | |
Constructor: Creates a DenseMatrixCollection holding matrices for graphical output with graphics::DenseMatrixGraphics , depending of the input parameters. More... | |
virtual | ~DenseMatrixCollection () |
Destructor: deltes the pointers in the mapping. More... | |
Protected Member Functions | |
void | createMatrices_ (MatrixCounterCell &counter) |
Creates the matrices. More... | |
void | createMatrix_ (const std::string name, uint nrows, uint ncols) |
Creates one dense matrix. More... | |
Protected Attributes | |
bool | data_ |
Information which values are stored in the mapping. More... | |
int | dim_ |
The physical space dimension. More... | |
Detailed Description
template<class G>
class graphics::DenseMatrixCollection< G >
Class that hold and manage a std::map with concepts::ElementMatrices
for graphical output, collected by graphics::DenseMatrixGraphics
.
Definition at line 26 of file denseMatrixGraphics.hh.
Constructor & Destructor Documentation
◆ DenseMatrixCollection()
graphics::DenseMatrixCollection< G >::DenseMatrixCollection | ( | MatrixCounterCell & | counter, |
bool | data = true |
||
) |
Constructor: Creates a DenseMatrixCollection holding matrices for graphical output with graphics::DenseMatrixGraphics
, depending of the input parameters.
- Parameters
-
counter A MatrixCounterCell that holds informations about the size of the matrices data if data = false, just allocate matrices for the output of a mesh dim the dimension of the space (in 1D, 2D or 3D)
◆ ~DenseMatrixCollection()
|
virtual |
Destructor: deltes the pointers in the mapping.
Member Function Documentation
◆ createMatrices_()
|
protected |
Creates the matrices.
◆ createMatrix_()
|
protected |
Creates one dense matrix.
Member Data Documentation
◆ data_
|
protected |
Information which values are stored in the mapping.
Definition at line 53 of file denseMatrixGraphics.hh.
◆ dim_
|
protected |
The physical space dimension.
Definition at line 50 of file denseMatrixGraphics.hh.
The documentation for this class was generated from the following file:
- graphics/denseMatrixGraphics.hh