#include <opennurbs_archive.h>
Public Member Functions | |
| void | Dump (ON_TextLog &) const |
| ON_3dmGoo () | |
| ON_3dmGoo (const ON_3dmGoo &) | |
| ON_3dmGoo & | operator= (const ON_3dmGoo &) |
| ~ON_3dmGoo () | |
Public Attributes | |
| unsigned char * | m_goo |
| ON_3dmGoo * | m_next_goo |
| ON_3dmGoo * | m_prev_goo |
| unsigned int | m_typecode |
| int | m_value |
Definition at line 2732 of file opennurbs_archive.h.
Definition at line 13449 of file opennurbs_archive.cpp.
Definition at line 13457 of file opennurbs_archive.cpp.
| ON_3dmGoo::ON_3dmGoo | ( | const ON_3dmGoo & | src | ) |
Definition at line 13469 of file opennurbs_archive.cpp.
| void ON_3dmGoo::Dump | ( | ON_TextLog & | dump | ) | const |
Definition at line 13492 of file opennurbs_archive.cpp.
Definition at line 13479 of file opennurbs_archive.cpp.
| unsigned char* ON_3dmGoo::m_goo |
Definition at line 2745 of file opennurbs_archive.h.
Definition at line 2746 of file opennurbs_archive.h.
Definition at line 2747 of file opennurbs_archive.h.
| unsigned int ON_3dmGoo::m_typecode |
Definition at line 2743 of file opennurbs_archive.h.
Definition at line 2744 of file opennurbs_archive.h.