|
C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Mathematical face and its calculated grid. More...
#include <tri_lump.h>
Collaboration diagram for MbFaceAndGrid:Public Member Functions | |
| MbFaceAndGrid (const MbFace &_face, const MbGrid &_grid) | |
| Constructor by face and its triangulation. . More... | |
| MbFaceAndGrid (const MbFaceAndGrid &faceGrid) | |
| Copy-constructor. | |
| template<class FacePtr , class GridPtr > | |
| void | GetAsPair (std::pair< FacePtr, GridPtr > &tied) const |
| Get as a pair of pointers. | |
Public Attributes | |
| c3d::ConstGridSPtr | grid |
| A face triangulation. | |
Mathematical face and its calculated grid.
Constructor by face and its triangulation.
.
| [in] | _face | - A face. |
| [in] | _grid | - A triangulation grid which is corresponded to a face. |