#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
| class | ON__MESHEDGE |
| class | ON__NEWVI |
Typedefs | |
| typedef int(* | QSORTCMPFUNC )(const void *, const void *) |
Functions | |
| static int | CompareInt (const void *a, const void *b) |
| static int | CompareMESHEDGE (const ON__MESHEDGE *a, const ON__MESHEDGE *b) |
| static int | CompareNEWVI (const ON__NEWVI *a, const ON__NEWVI *b) |
| static void | FindAdjacentFaces (const ON_MeshTopology &Top, ON_SimpleArray< int > &FacesToCheck, const ON_SimpleArray< int > &SortedFaceArray, ON_SimpleArray< int > &DupFaceArray, bool bUseVertexConnections, bool bTopologicalConnections) |
| static bool | IsUnweldedEdge (int edgeidx, const ON_MeshTopology &Top) |
| ON_Mesh * | ON_ControlPolygonMesh (const ON_NurbsSurface &nurbs_surface, bool bCleanMesh, ON_Mesh *input_mesh) |
| typedef int(* QSORTCMPFUNC)(const void *, const void *) |
Definition at line 189 of file opennurbs_mesh_tools.cpp.
| static int CompareInt | ( | const void * | a, |
| const void * | b | ||
| ) | [static] |
Definition at line 208 of file opennurbs_mesh_tools.cpp.
| static int CompareMESHEDGE | ( | const ON__MESHEDGE * | a, |
| const ON__MESHEDGE * | b | ||
| ) | [static] |
Definition at line 191 of file opennurbs_mesh_tools.cpp.
| static int CompareNEWVI | ( | const ON__NEWVI * | a, |
| const ON__NEWVI * | b | ||
| ) | [static] |
Definition at line 202 of file opennurbs_mesh_tools.cpp.
| static void FindAdjacentFaces | ( | const ON_MeshTopology & | Top, |
| ON_SimpleArray< int > & | FacesToCheck, | ||
| const ON_SimpleArray< int > & | SortedFaceArray, | ||
| ON_SimpleArray< int > & | DupFaceArray, | ||
| bool | bUseVertexConnections, | ||
| bool | bTopologicalConnections | ||
| ) | [static] |
Definition at line 1026 of file opennurbs_mesh_tools.cpp.
| static bool IsUnweldedEdge | ( | int | edgeidx, |
| const ON_MeshTopology & | Top | ||
| ) | [static] |
Definition at line 956 of file opennurbs_mesh_tools.cpp.
| ON_Mesh* ON_ControlPolygonMesh | ( | const ON_NurbsSurface & | nurbs_surface, |
| bool | bCleanMesh, | ||
| ON_Mesh * | input_mesh | ||
| ) |
Definition at line 694 of file opennurbs_mesh_tools.cpp.