| Rhino C++ API
    8.24
    | 
#include <opennurbs_archive.h>
| Public Member Functions | |
| ON_3dmGoo () | |
| used to store goo  More... | |
| ON_3dmGoo (const ON_3dmGoo &) | |
| ~ON_3dmGoo () | |
| void | Dump (ON_TextLog &) const | 
| ON_3dmGoo & | operator= (const 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 | 
| ON_3dmGoo::ON_3dmGoo | ( | ) | 
used to store goo
| ON_3dmGoo::~ON_3dmGoo | ( | ) | 
| ON_3dmGoo::ON_3dmGoo | ( | const ON_3dmGoo & | ) | 
| void ON_3dmGoo::Dump | ( | ON_TextLog & | ) | const | 
| unsigned char* ON_3dmGoo::m_goo | 
| ON_3dmGoo* ON_3dmGoo::m_next_goo | 
| ON_3dmGoo* ON_3dmGoo::m_prev_goo | 
| unsigned int ON_3dmGoo::m_typecode | 
| int ON_3dmGoo::m_value | 
 1.8.17
 1.8.17