| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include <pcl/surface/3rdparty/opennurbs/opennurbs_objref.h>
 Collaboration diagram for ON_ObjRef_IRefID:
 Collaboration diagram for ON_ObjRef_IRefID:| Public Member Functions | |
| ON_ObjRef_IRefID () | |
| ~ON_ObjRef_IRefID () | |
| bool | Write (ON_BinaryArchive &) const | 
| bool | Read (ON_BinaryArchive &) | 
| void | Default () | 
| Public Attributes | |
| ON_UUID | m_iref_uuid | 
| ON_Xform | m_iref_xform | 
| ON_UUID | m_idef_uuid | 
| int | m_idef_geometry_index | 
| ON_Xform | m_geometry_xform | 
| ON_COMPONENT_INDEX | m_component_index | 
| ON_ObjRefEvaluationParameter | m_evp | 
Definition at line 100 of file opennurbs_objref.h.
| ON_ObjRef_IRefID::ON_ObjRef_IRefID | ( | ) | 
| ON_ObjRef_IRefID::~ON_ObjRef_IRefID | ( | ) | 
| void ON_ObjRef_IRefID::Default | ( | ) | 
| bool ON_ObjRef_IRefID::Read | ( | ON_BinaryArchive & | ) | 
| bool ON_ObjRef_IRefID::Write | ( | ON_BinaryArchive & | ) | const | 
| ON_COMPONENT_INDEX ON_ObjRef_IRefID::m_component_index | 
Definition at line 146 of file opennurbs_objref.h.
| ON_ObjRefEvaluationParameter ON_ObjRef_IRefID::m_evp | 
Definition at line 154 of file opennurbs_objref.h.
| ON_Xform ON_ObjRef_IRefID::m_geometry_xform | 
Definition at line 137 of file opennurbs_objref.h.
| int ON_ObjRef_IRefID::m_idef_geometry_index | 
Definition at line 128 of file opennurbs_objref.h.
| ON_UUID ON_ObjRef_IRefID::m_idef_uuid | 
Definition at line 121 of file opennurbs_objref.h.
| ON_UUID ON_ObjRef_IRefID::m_iref_uuid | 
Definition at line 113 of file opennurbs_objref.h.
| ON_Xform ON_ObjRef_IRefID::m_iref_xform | 
Definition at line 116 of file opennurbs_objref.h.