|
Point Cloud Library (PCL)
1.14.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_objref.h>
Collaboration diagram for ON_ObjRefEvaluationParameter:Public Member Functions | |
| ON_ObjRefEvaluationParameter () | |
| ~ON_ObjRefEvaluationParameter () | |
| void | Default () |
| bool | Write (ON_BinaryArchive &) const |
| bool | Read (ON_BinaryArchive &) |
Public Attributes | |
| int | m_t_type |
| double | m_t [4] |
| ON_Interval | m_s [3] |
| ON_COMPONENT_INDEX | m_t_ci |
Definition at line 20 of file opennurbs_objref.h.
| ON_ObjRefEvaluationParameter::ON_ObjRefEvaluationParameter | ( | ) |
| ON_ObjRefEvaluationParameter::~ON_ObjRefEvaluationParameter | ( | ) |
| void ON_ObjRefEvaluationParameter::Default | ( | ) |
| bool ON_ObjRefEvaluationParameter::Read | ( | ON_BinaryArchive & | ) |
| bool ON_ObjRefEvaluationParameter::Write | ( | ON_BinaryArchive & | ) | const |
| ON_Interval ON_ObjRefEvaluationParameter::m_s[3] |
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.
| int ON_ObjRefEvaluationParameter::m_t_type |
Definition at line 90 of file opennurbs_objref.h.