| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include <pcl/surface/3rdparty/opennurbs/opennurbs_object_history.h>
 Collaboration diagram for ON_PolyEdgeHistory:
 Collaboration diagram for ON_PolyEdgeHistory:| Public Member Functions | |
| ON_PolyEdgeHistory () | |
| ~ON_PolyEdgeHistory () | |
| void | Destroy () | 
| bool | Write (ON_BinaryArchive &) const | 
| bool | Read (ON_BinaryArchive &) | 
| void | Dump (ON_TextLog &) const | 
| Public Attributes | |
| ON_ClassArray< ON_CurveProxyHistory > | m_segment | 
| ON_SimpleArray< double > | m_t | 
| int | m_evaluation_mode | 
Definition at line 63 of file opennurbs_object_history.h.
| ON_PolyEdgeHistory::ON_PolyEdgeHistory | ( | ) | 
| ON_PolyEdgeHistory::~ON_PolyEdgeHistory | ( | ) | 
| void ON_PolyEdgeHistory::Destroy | ( | ) | 
| void ON_PolyEdgeHistory::Dump | ( | ON_TextLog & | ) | const | 
| bool ON_PolyEdgeHistory::Read | ( | ON_BinaryArchive & | ) | 
| bool ON_PolyEdgeHistory::Write | ( | ON_BinaryArchive & | ) | const | 
| int ON_PolyEdgeHistory::m_evaluation_mode | 
Definition at line 78 of file opennurbs_object_history.h.
| ON_ClassArray< ON_CurveProxyHistory > ON_PolyEdgeHistory::m_segment | 
Definition at line 76 of file opennurbs_object_history.h.
| ON_SimpleArray<double> ON_PolyEdgeHistory::m_t | 
Definition at line 77 of file opennurbs_object_history.h.