Point Cloud Library (PCL)
1.7.2
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_object_history.h>
Public Member Functions | |
ON_CurveProxyHistory () | |
~ON_CurveProxyHistory () | |
void | Destroy () |
bool | Write (ON_BinaryArchive &) const |
bool | Read (ON_BinaryArchive &) |
void | Dump (ON_TextLog &) const |
Public Attributes | |
ON_ObjRef | m_curve_ref |
bool | m_bReversed |
ON_Interval | m_full_real_curve_domain |
ON_Interval | m_sub_real_curve_domain |
ON_Interval | m_proxy_curve_domain |
Definition at line 30 of file opennurbs_object_history.h.
ON_CurveProxyHistory::ON_CurveProxyHistory | ( | ) |
ON_CurveProxyHistory::~ON_CurveProxyHistory | ( | ) |
void ON_CurveProxyHistory::Destroy | ( | ) |
void ON_CurveProxyHistory::Dump | ( | ON_TextLog & | ) | const |
bool ON_CurveProxyHistory::Read | ( | ON_BinaryArchive & | ) |
bool ON_CurveProxyHistory::Write | ( | ON_BinaryArchive & | ) | const |
bool ON_CurveProxyHistory::m_bReversed |
Definition at line 39 of file opennurbs_object_history.h.
ON_ObjRef ON_CurveProxyHistory::m_curve_ref |
Definition at line 38 of file opennurbs_object_history.h.
ON_Interval ON_CurveProxyHistory::m_full_real_curve_domain |
Definition at line 40 of file opennurbs_object_history.h.
ON_Interval ON_CurveProxyHistory::m_proxy_curve_domain |
Definition at line 42 of file opennurbs_object_history.h.
ON_Interval ON_CurveProxyHistory::m_sub_real_curve_domain |
Definition at line 41 of file opennurbs_object_history.h.