|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_mesh.h>
Collaboration diagram for ON_MeshPartition:Public Member Functions | |
| ON_MeshPartition () | |
| ~ON_MeshPartition () | |
Public Attributes | |
| int | m_partition_max_vertex_count |
| int | m_partition_max_triangle_count |
| ON_SimpleArray< struct ON_MeshPart > | m_part |
Definition at line 891 of file opennurbs_mesh.h.
| ON_MeshPartition::ON_MeshPartition | ( | ) |
| ON_MeshPartition::~ON_MeshPartition | ( | ) |
| ON_SimpleArray<struct ON_MeshPart> ON_MeshPartition::m_part |
Definition at line 910 of file opennurbs_mesh.h.
| int ON_MeshPartition::m_partition_max_triangle_count |
Definition at line 900 of file opennurbs_mesh.h.
| int ON_MeshPartition::m_partition_max_vertex_count |
Definition at line 898 of file opennurbs_mesh.h.