Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_archive.h>
Public Member Functions | |
ON_3dmGoo () | |
~ON_3dmGoo () | |
ON_3dmGoo (const ON_3dmGoo &) | |
ON_3dmGoo & | operator= (const ON_3dmGoo &) |
void | Dump (ON_TextLog &) const |
Public Attributes | |
unsigned int | m_typecode |
int | m_value |
unsigned char * | m_goo |
ON_3dmGoo * | m_next_goo |
ON_3dmGoo * | m_prev_goo |
Definition at line 2736 of file opennurbs_archive.h.
ON_3dmGoo::ON_3dmGoo | ( | ) |
ON_3dmGoo::~ON_3dmGoo | ( | ) |
ON_3dmGoo::ON_3dmGoo | ( | const ON_3dmGoo & | ) |
void ON_3dmGoo::Dump | ( | ON_TextLog & | ) | const |
unsigned char* ON_3dmGoo::m_goo |
Definition at line 2749 of file opennurbs_archive.h.
ON_3dmGoo* ON_3dmGoo::m_next_goo |
Definition at line 2750 of file opennurbs_archive.h.
ON_3dmGoo* ON_3dmGoo::m_prev_goo |
Definition at line 2751 of file opennurbs_archive.h.
unsigned int ON_3dmGoo::m_typecode |
Definition at line 2747 of file opennurbs_archive.h.
int ON_3dmGoo::m_value |
Definition at line 2748 of file opennurbs_archive.h.