|
C3D Toolkit
Kernel - 118057, Vision - 2.14.7.1821
|
The results of creating median curve. More...
#include <op_curve_parameter.h>
Inheritance diagram for MbMedianCurveResults:
Collaboration diagram for MbMedianCurveResults:Public Member Functions | |
| MbMedianCurveResults () | |
| Default constructor. | |
| const c3d::PlaneCurveSPtr & | GetMedianCurve () const |
| Get the median curve. | |
| void | Init (const c3d::PlaneCurveSPtr &medianCurve, double tolerance) |
| Initialize data. | |
Public Member Functions inherited from MbOperationResults | |
| MbOperationResults () | |
| Default constructor. | |
| MbOperationResults (double tolerance) | |
| Constructor by the specified precision. | |
| MbOperationResults (const MbOperationResults &other) | |
| Copy-constructor. | |
| virtual | ~MbOperationResults () |
| Destructor. | |
| void | Init (const c3d::BaseHotPointAttrSPtr &hotPoint, double accuracy=METRIC_EPSILON) |
| Initialization function. | |
| bool | IsSame (const MbOperationResults &other, double accuracy) const |
| Determine whether an object is equal? | |
| double | GetTolerance () const |
| Get tolerance of the constructed objects. | |
| const c3d::BaseHotPointAttrSPtr & | GetHotPointAttribute () const |
| Get hot-point's attribute. | |
| c3d::BaseHotPointAttrSPtr & | SetHotPointAttribute () |
| Set hot-point's attribute. | |
| MbOperationResults & | operator= (const MbOperationResults &other) |
| Assignment operator. | |
Additional Inherited Members | |
Protected Attributes inherited from MbOperationResults | |
| double | _tolerance |
| The tolerance of the constructed objects. | |
| c3d::BaseHotPointAttrSPtr | _hotPoint |
| Hot-point's attribute. | |
The results of creating median curve.
The results of creating median curve.