C3D Toolkit
Kernel - 117950, Vision - 2.7.5.29
|
Mathematical face and its calculated grid. More...
#include <tri_lump.h>
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. | |
DEPRECATE_DECLARE const MbFace & | GetFace () const |
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. |
|
inline |