Point Cloud Library (PCL)
1.14.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_mesh.h>
Public Member Functions | |
ON_MeshNgonList () | |
~ON_MeshNgonList () | |
ON_MeshNgonList (const ON_MeshNgonList &) | |
ON_MeshNgonList & | operator= (const ON_MeshNgonList &) |
bool | AddNgon (int N, const int *vi, const int *fi) |
struct ON_MeshNgon * | AddNgon (int N) |
int | NgonCount () const |
ON_MeshNgon * | Ngon (int Ngon_index) const |
bool | ReserveNgonCapacity (int capacity) |
void | Destroy () |
unsigned int | SizeOf () const |
Definition at line 826 of file opennurbs_mesh.h.
ON_MeshNgonList::ON_MeshNgonList | ( | ) |
ON_MeshNgonList::~ON_MeshNgonList | ( | ) |
ON_MeshNgonList::ON_MeshNgonList | ( | const ON_MeshNgonList & | ) |
bool ON_MeshNgonList::AddNgon | ( | int | N, |
const int * | vi, | ||
const int * | fi | ||
) |
struct ON_MeshNgon* ON_MeshNgonList::AddNgon | ( | int | N | ) |
void ON_MeshNgonList::Destroy | ( | ) |
ON_MeshNgon* ON_MeshNgonList::Ngon | ( | int | Ngon_index | ) | const |
int ON_MeshNgonList::NgonCount | ( | ) | const |
ON_MeshNgonList& ON_MeshNgonList::operator= | ( | const ON_MeshNgonList & | ) |
bool ON_MeshNgonList::ReserveNgonCapacity | ( | int | capacity | ) |
unsigned int ON_MeshNgonList::SizeOf | ( | ) | const |