#include <opennurbs_objref.h>
Public Member Functions | |
void | Default () |
ON_ObjRefEvaluationParameter () | |
bool | Read (ON_BinaryArchive &) |
bool | Write (ON_BinaryArchive &) const |
~ON_ObjRefEvaluationParameter () | |
Public Attributes | |
ON_Interval | m_s [3] |
double | m_t [4] |
ON_COMPONENT_INDEX | m_t_ci |
int | m_t_type |
Private Attributes | |
int | m_reserved |
Definition at line 20 of file opennurbs_objref.h.
Definition at line 304 of file opennurbs_objref.cpp.
Definition at line 320 of file opennurbs_objref.cpp.
Definition at line 314 of file opennurbs_objref.cpp.
bool ON_ObjRefEvaluationParameter::Read | ( | ON_BinaryArchive & | archive | ) |
Definition at line 359 of file opennurbs_objref.cpp.
bool ON_ObjRefEvaluationParameter::Write | ( | ON_BinaryArchive & | archive | ) | const |
Definition at line 324 of file opennurbs_objref.cpp.
int ON_ObjRefEvaluationParameter::m_reserved [private] |
Definition at line 92 of file opennurbs_objref.h.
Definition at line 95 of file opennurbs_objref.h.
double ON_ObjRefEvaluationParameter::m_t[4] |
Definition at line 94 of file opennurbs_objref.h.
ON_COMPONENT_INDEX ON_ObjRefEvaluationParameter::m_t_ci |
Definition at line 96 of file opennurbs_objref.h.
Definition at line 90 of file opennurbs_objref.h.