#include <matlabBinaryMeshGraphics.hh>
|
template<class G > |
static void | writeEdgeMesh3d_ (const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc) |
|
template<class G > |
static void | writeFaceAttributes_ (const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc, const concepts::Hexahedron3d &hexa) |
|
template<class G > |
static void | writeFaceMesh_ (const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc) |
|
template<class G > |
static void | writeMesh_ (const concepts::EdgeNd &cell, const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc, bool boundary, bool coord) |
|
template<class G > |
static void | writeMesh_ (const concepts::Hexahedron3d &hexa, const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc, bool boundary, bool coord) |
| Internal function that writes the mesh data of a given concepts::Hexahedron3d in a given MatrixSpaceOutputCell. More...
|
|
template<class G > |
static void | writeMesh_ (const concepts::InfiniteQuad2d &quad, const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc, bool boundary, bool coord) |
| Internal function that writes the mesh data of a given concepts::InfiniteQuad2d in a given MatrixSpaceOutputCell. More...
|
|
template<class G > |
static void | writeMesh_ (const concepts::QuadNd &quad, const concepts::Array< uint > &np, graphics::DenseMatrixCollection< G > &map, MatrixSpaceOutputCell< G > *&bdc, bool boundary, bool coord) |
| Internal function that writes the mesh data of a given concepts::QuadNd in a given MatrixSpaceOutputCell. More...
|
|
Definition at line 19 of file matlabBinaryMeshGraphics.hh.
◆ MatlabBinaryMeshGraphics()
graphics::MatlabBinaryMeshGraphics::MatlabBinaryMeshGraphics |
( |
| ) |
|
◆ ~MatlabBinaryMeshGraphics()
virtual graphics::MatlabBinaryMeshGraphics::~MatlabBinaryMeshGraphics |
( |
| ) |
|
|
virtual |
◆ writeAttributes()
◆ writeCoord()
Writes the coordinates in data and increases the counter indexOfPoints.
- Parameters
-
point | Point to write |
bdc | The Cell where we store the point |
dim | The dimension |
◆ writeEdgeMesh3d_()
◆ writeFaceAttributes_()
◆ writeFaceMesh_()
◆ writeMesh()
Writes the mesh data of a given concepts::Cell in a given MatrixSpaceOutputCell.
- Parameters
-
boundary | (flag if only coordinates lying on the edges should be store) |
coord | (flag if the coordinates (x , y , z) should be store) |
- Warning
- Increase Counter (counter, indexOfEdgeMesh, indexOfMesh, indexOfVertexMesh, indexOfEdgAttr (and if coord is true indexOfPoints)) of the MatrixSpaceOutputCell
◆ writeMesh_() [1/4]
◆ writeMesh_() [2/4]
◆ writeMesh_() [3/4]
◆ writeMesh_() [4/4]
The documentation for this class was generated from the following file: