Point Cloud Library (PCL)
1.7.2
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_surface.h>
Public Member Functions | |
ON_SurfaceProperties () | |
void | Set (const ON_Surface *surface) |
Public Attributes | |
bool | m_bIsSet |
bool | m_bHasSingularity |
bool | m_bIsSingular [4] |
bool | m_bHasSeam |
bool | m_bIsClosed [2] |
ON_Interval | m_domain [2] |
const ON_Surface * | m_surface |
ON__INT_PTR | m_tag |
Definition at line 851 of file opennurbs_surface.h.
ON_SurfaceProperties::ON_SurfaceProperties | ( | ) |
void ON_SurfaceProperties::Set | ( | const ON_Surface * | surface | ) |
bool ON_SurfaceProperties::m_bHasSeam |
Definition at line 873 of file opennurbs_surface.h.
bool ON_SurfaceProperties::m_bHasSingularity |
Definition at line 870 of file opennurbs_surface.h.
bool ON_SurfaceProperties::m_bIsClosed[2] |
Definition at line 874 of file opennurbs_surface.h.
bool ON_SurfaceProperties::m_bIsSet |
Definition at line 868 of file opennurbs_surface.h.
bool ON_SurfaceProperties::m_bIsSingular[4] |
Definition at line 871 of file opennurbs_surface.h.
ON_Interval ON_SurfaceProperties::m_domain[2] |
Definition at line 880 of file opennurbs_surface.h.
const ON_Surface* ON_SurfaceProperties::m_surface |
Definition at line 887 of file opennurbs_surface.h.
ON__INT_PTR ON_SurfaceProperties::m_tag |
Definition at line 891 of file opennurbs_surface.h.