C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Triangulation of a two-dimensional region. More...
#include <mesh_plane_grid.h>
Public Member Functions | |
bool | GetPoint (size_t k, MbCartPoint &p) const |
Get Cartesian point. | |
bool | GetPoint (size_t k, MbFloatPoint &p) const |
Get point. | |
bool | GetTriangle (size_t k, size_t &i0, size_t &i1, size_t &i2) const |
Get indices of points of the triangle. | |
bool | GetTrianglePoints (size_t k, MbCartPoint &p0, MbCartPoint &p1, MbCartPoint &p2) const |
Get points of the triangle. | |
Public Member Functions inherited from MbRefItem | |
virtual MbeRefType | RefType () const |
Registration type (for copying, duplication). | |
refcount_t | GetUseCount () const |
Get count of references (get count of owners of an object). | |
refcount_t | AddRef () const |
Increase count of references by one. | |
refcount_t | DecRef () const |
Decrease count of references by one. | |
refcount_t | Release () const |
Decrease count of references by one and if count of references became zero, then remove itself. | |
Additional Inherited Members | |
Protected Member Functions inherited from MbRefItem | |
MbRefItem () | |
Constructor without parameters. | |
Triangulation of a two-dimensional region.
Triangulation of a two-dimensional region.