#include <opennurbs_object_history.h>
Public Member Functions | |
void | Destroy () |
void | Dump (ON_TextLog &) const |
ON_PolyEdgeHistory () | |
bool | Read (ON_BinaryArchive &) |
bool | Write (ON_BinaryArchive &) const |
~ON_PolyEdgeHistory () | |
Public Attributes | |
int | m_evaluation_mode |
ON_ClassArray < ON_CurveProxyHistory > | m_segment |
ON_SimpleArray< double > | m_t |
Private Attributes | |
ON__UINT8 | m_reserved [64] |
Definition at line 63 of file opennurbs_object_history.h.
Definition at line 2679 of file opennurbs_object_history.cpp.
Definition at line 2684 of file opennurbs_object_history.cpp.
void ON_PolyEdgeHistory::Destroy | ( | ) |
Definition at line 2688 of file opennurbs_object_history.cpp.
void ON_PolyEdgeHistory::Dump | ( | ON_TextLog & | ) | const |
Definition at line 2780 of file opennurbs_object_history.cpp.
bool ON_PolyEdgeHistory::Read | ( | ON_BinaryArchive & | file | ) |
Definition at line 2732 of file opennurbs_object_history.cpp.
bool ON_PolyEdgeHistory::Write | ( | ON_BinaryArchive & | file | ) | const |
Definition at line 2696 of file opennurbs_object_history.cpp.
Definition at line 78 of file opennurbs_object_history.h.
ON__UINT8 ON_PolyEdgeHistory::m_reserved[64] [private] |
Definition at line 80 of file opennurbs_object_history.h.
Definition at line 76 of file opennurbs_object_history.h.
Definition at line 77 of file opennurbs_object_history.h.