Class documentation of Concepts

Loading...
Searching...
No Matches
graphics::MatlabBinaryMeshGraphics Class Reference

Public Member Functions

 MatlabBinaryMeshGraphics ()
 Default Constructor.
 
virtual ~MatlabBinaryMeshGraphics ()
 Nothing to do.
 

Static Public Member Functions

template<class G >
static void writeCoord (const concepts::Real3d point, MatrixSpaceOutputCell< G > *bdc)
 
template<class G >
static void writeMesh (const concepts::Cell &cell, MatrixSpaceOutputCell< G > *bdc, const concepts::Array< uint > &np, bool boundary=false, bool coord=true)
 
template<class G >
static void writeAttributes (const concepts::Connector &cntr, MatrixSpaceOutputCell< G > &bdc)
 

Detailed Description

Definition at line 19 of file matlabBinaryMeshGraphics.hh.

Member Function Documentation

◆ writeAttributes()

template<class G >
static void graphics::MatlabBinaryMeshGraphics::writeAttributes ( const concepts::Connector cntr,
MatrixSpaceOutputCell< G > &  bdc 
)
static

Writes given Cell and Vertex attributes in a given MatrixSpaceOutputCell.

Warning
Increase Counter (indexOfAttributes, indexOfVtxAttr) of the MatrixSpaceOutputCell

◆ writeCoord()

template<class G >
static void graphics::MatlabBinaryMeshGraphics::writeCoord ( const concepts::Real3d  point,
MatrixSpaceOutputCell< G > *  bdc 
)
static

Writes the coordinates in data and increases the counter indexOfPoints

Parameters
pointPoint to write
bdcThe Cell where we store the point
dimThe dimension

◆ writeMesh()

template<class G >
static void graphics::MatlabBinaryMeshGraphics::writeMesh ( const concepts::Cell cell,
MatrixSpaceOutputCell< G > *  bdc,
const concepts::Array< uint > &  np,
bool  boundary = false,
bool  coord = true 
)
static

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

The documentation for this class was generated from the following file: