Point Cloud Library (PCL)
1.14.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_mesh.h>
Public Member Functions | |
bool | IsTriangle () const |
bool | IsQuad () const |
bool | IsValid (int mesh_vertex_count) const |
bool | IsValid (int mesh_vertex_count, const ON_3fPoint *V) const |
bool | IsValid (int mesh_vertex_count, const ON_3dPoint *V) const |
void | Flip () |
bool | Repair (int mesh_vertex_count) |
bool | Repair (int mesh_vertex_count, const ON_3fPoint *V) |
bool | Repair (int mesh_vertex_count, const ON_3dPoint *V) |
bool | ComputeFaceNormal (const ON_3dPoint *dV, ON_3dVector &FN) const |
bool | ComputeFaceNormal (const ON_3fPoint *fV, ON_3dVector &FN) const |
Public Attributes | |
int | vi [4] |
Definition at line 416 of file opennurbs_mesh.h.
bool ON_MeshFace::ComputeFaceNormal | ( | const ON_3dPoint * | dV, |
ON_3dVector & | FN | ||
) | const |
bool ON_MeshFace::ComputeFaceNormal | ( | const ON_3fPoint * | fV, |
ON_3dVector & | FN | ||
) | const |
void ON_MeshFace::Flip | ( | ) |
bool ON_MeshFace::IsQuad | ( | ) | const |
bool ON_MeshFace::IsTriangle | ( | ) | const |
bool ON_MeshFace::IsValid | ( | int | mesh_vertex_count | ) | const |
bool ON_MeshFace::IsValid | ( | int | mesh_vertex_count, |
const ON_3fPoint * | V | ||
) | const |
bool ON_MeshFace::IsValid | ( | int | mesh_vertex_count, |
const ON_3dPoint * | V | ||
) | const |
bool ON_MeshFace::Repair | ( | int | mesh_vertex_count | ) |
bool ON_MeshFace::Repair | ( | int | mesh_vertex_count, |
const ON_3fPoint * | V | ||
) |
bool ON_MeshFace::Repair | ( | int | mesh_vertex_count, |
const ON_3dPoint * | V | ||
) |
int ON_MeshFace::vi[4] |
Definition at line 419 of file opennurbs_mesh.h.