Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_mesh.h>
Public Member Functions | |
bool | IsTriangle () const |
bool | IsQuad () const |
bool | IsValid () const |
Public Attributes | |
int | m_topei [4] |
char | m_reve [4] |
Definition at line 347 of file opennurbs_mesh.h.
bool ON_MeshTopologyFace::IsQuad | ( | ) | const |
bool ON_MeshTopologyFace::IsTriangle | ( | ) | const |
bool ON_MeshTopologyFace::IsValid | ( | ) | const |
char ON_MeshTopologyFace::m_reve[4] |
Definition at line 383 of file opennurbs_mesh.h.
int ON_MeshTopologyFace::m_topei[4] |
Definition at line 376 of file opennurbs_mesh.h.