Home
last modified time | relevance | path

Searched refs:ON_ObjRef (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_objref.h167 class ON_CLASS ON_ObjRef
170 ON_ObjRef();
171 ON_ObjRef(const ON_ObjRef& src);
172 ON_ObjRef& operator=(const ON_ObjRef& src);
173 ~ON_ObjRef();
334 ON_DLL_TEMPLATE template class ON_CLASS ON_ClassArray<ON_ObjRef>;
H A Dopennurbs_object_history.h38 ON_ObjRef m_curve_ref; // from ON_CurveProxy.m_real_curve
151 bool SetObjRefValue( int value_id, const ON_ObjRef& oref);
152 bool SetPointOnObjectValue( int value_id, const ON_ObjRef& oref, ON_3dPoint point );
197 bool SetObjRefValues( int value_id, int count, const ON_ObjRef* oref);
216 bool GetObjRefValue( int value_id, ON_ObjRef& oref ) const;
217 bool GetPointOnObjectValue( int value_id, ON_ObjRef& oref ) const;
234 int GetObjRefValues( int value_id, ON_ClassArray<ON_ObjRef>& objects ) const;
H A Dopennurbs_geometry.h376 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_polycurve.h171 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_surface.h87 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_curve.h115 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_archive.h1167 bool ReadArray( ON_ClassArray<class ON_ObjRef>& );
1421 bool WriteArray( const ON_ClassArray<class ON_ObjRef>& );
H A Dopennurbs_mesh.h1108 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_objref.h167 class ON_CLASS ON_ObjRef
170 ON_ObjRef();
171 ON_ObjRef(const ON_ObjRef& src);
172 ON_ObjRef& operator=(const ON_ObjRef& src);
173 ~ON_ObjRef();
334 ON_DLL_TEMPLATE template class ON_CLASS ON_ClassArray<ON_ObjRef>;
H A Dopennurbs_objref.cpp401 ON_ObjRef::ON_ObjRef() in ON_ObjRef() function in ON_ObjRef
415 void ON_ObjRef::Destroy() in Destroy()
431 ON_ObjRef::ON_ObjRef( const ON_ObjRef& src ) in ON_ObjRef() function in ON_ObjRef
452 ON_ObjRef& ON_ObjRef::operator=( const ON_ObjRef& src ) in operator =()
568 bool ON_ObjRef::Write( ON_BinaryArchive& archive ) const in Write()
627 bool ON_ObjRef::Read( ON_BinaryArchive& archive ) in Read()
691 ON_ObjRef::~ON_ObjRef() in ~ON_ObjRef()
706 int ON_ObjRef::ProxyReferenceCount() const in ProxyReferenceCount()
819 bool ON_ObjRef::SetParentIRef( const ON_InstanceRef& iref, in SetParentIRef()
1008 void ON_ObjRef::SetProxy( in SetProxy()
[all …]
H A Dopennurbs_object_history.h38 ON_ObjRef m_curve_ref; // from ON_CurveProxy.m_real_curve
151 bool SetObjRefValue( int value_id, const ON_ObjRef& oref);
152 bool SetPointOnObjectValue( int value_id, const ON_ObjRef& oref, ON_3dPoint point );
197 bool SetObjRefValues( int value_id, int count, const ON_ObjRef* oref);
216 bool GetObjRefValue( int value_id, ON_ObjRef& oref ) const;
217 bool GetPointOnObjectValue( int value_id, ON_ObjRef& oref ) const;
234 int GetObjRefValues( int value_id, ON_ClassArray<ON_ObjRef>& objects ) const;
H A Dopennurbs_object_history.cpp80 virtual int GetObjRefs( ON_ClassArray<ON_ObjRef>& ) const;
109 int ON_Value::GetObjRefs( ON_ClassArray<ON_ObjRef>& ) const {return 0;} in GetObjRefs()
933 ON_ClassArray<ON_ObjRef> m_value;
951 int GetObjRefs( ON_ClassArray<ON_ObjRef>& oref ) const;
1004 int ON_ObjRefValue::GetObjRefs( ON_ClassArray<ON_ObjRef>& s ) const in GetObjRefs()
1592 bool ON_HistoryRecord::SetObjRefValue( int value_id, const ON_ObjRef& oref) in SetObjRefValue()
1599 ON_ObjRef poo = oref; in SetPointOnObjectValue()
1604 bool ON_HistoryRecord::GetPointOnObjectValue( int value_id, ON_ObjRef& oref ) const in GetPointOnObjectValue()
1856 bool ON_HistoryRecord::SetObjRefValues( int value_id, int count, const ON_ObjRef* oref) in SetObjRefValues()
1871 ON_ObjRef& vor = v->m_value.AppendNew(); in SetObjRefValues()
[all …]
H A Dopennurbs_geometry.h376 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_polycurve.h171 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_geometry.cpp248 bool ON_Geometry::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
H A Dopennurbs_surface.h85 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_curve.h115 bool EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const;
H A Dopennurbs_archive.h1168 bool ReadArray( ON_ClassArray<class ON_ObjRef>& );
1422 bool WriteArray( const ON_ClassArray<class ON_ObjRef>& );
H A Dopennurbs_morph.cpp467 bool ON_Mesh::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
H A Dopennurbs_curve.cpp1104 bool ON_Brep::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
1110 bool ON_Surface::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
1116 bool ON_PolyCurve::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
1122 bool ON_Curve::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_objref.cpp401 ON_ObjRef::ON_ObjRef() in ON_ObjRef() function in ON_ObjRef
415 void ON_ObjRef::Destroy() in Destroy()
431 ON_ObjRef::ON_ObjRef( const ON_ObjRef& src ) in ON_ObjRef() function in ON_ObjRef
452 ON_ObjRef& ON_ObjRef::operator=( const ON_ObjRef& src ) in operator =()
568 bool ON_ObjRef::Write( ON_BinaryArchive& archive ) const in Write()
627 bool ON_ObjRef::Read( ON_BinaryArchive& archive ) in Read()
691 ON_ObjRef::~ON_ObjRef() in ~ON_ObjRef()
706 int ON_ObjRef::ProxyReferenceCount() const in ProxyReferenceCount()
819 bool ON_ObjRef::SetParentIRef( const ON_InstanceRef& iref, in SetParentIRef()
1008 void ON_ObjRef::SetProxy( in SetProxy()
[all …]
H A Dopennurbs_object_history.cpp80 virtual int GetObjRefs( ON_ClassArray<ON_ObjRef>& ) const;
109 int ON_Value::GetObjRefs( ON_ClassArray<ON_ObjRef>& ) const {return 0;} in GetObjRefs()
933 ON_ClassArray<ON_ObjRef> m_value;
951 int GetObjRefs( ON_ClassArray<ON_ObjRef>& oref ) const;
1004 int ON_ObjRefValue::GetObjRefs( ON_ClassArray<ON_ObjRef>& s ) const in GetObjRefs()
1592 bool ON_HistoryRecord::SetObjRefValue( int value_id, const ON_ObjRef& oref) in SetObjRefValue()
1599 ON_ObjRef poo = oref; in SetPointOnObjectValue()
1604 bool ON_HistoryRecord::GetPointOnObjectValue( int value_id, ON_ObjRef& oref ) const in GetPointOnObjectValue()
1856 bool ON_HistoryRecord::SetObjRefValues( int value_id, int count, const ON_ObjRef* oref) in SetObjRefValues()
1871 ON_ObjRef& vor = v->m_value.AppendNew(); in SetObjRefValues()
[all …]
H A Dopennurbs_geometry.cpp248 bool ON_Geometry::EvaluatePoint( const class ON_ObjRef&, ON_3dPoint& P ) const in EvaluatePoint() argument
H A Dopennurbs_morph.cpp467 bool ON_Mesh::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()
H A Dopennurbs_curve.cpp1104 bool ON_Brep::EvaluatePoint( const class ON_ObjRef&, ON_3dPoint& ) const in EvaluatePoint() argument
1110 bool ON_Surface::EvaluatePoint( const class ON_ObjRef&, ON_3dPoint& ) const in EvaluatePoint() argument
1116 bool ON_PolyCurve::EvaluatePoint( const class ON_ObjRef&, ON_3dPoint& ) const in EvaluatePoint() argument
1122 bool ON_Curve::EvaluatePoint( const class ON_ObjRef& objref, ON_3dPoint& P ) const in EvaluatePoint()

12