C3D Toolkit
Kernel - 117958, Vision - 2.7.6.12
|
The result of creating or a fair curve creator. More...
#include <cr_fair_curve.h>
Additional Inherited Members | |
![]() | |
MbApproxError () | |
Default constructor. | |
MbApproxError (const MbApproxError &that) | |
The copy constructor. | |
MbApproxError & | operator= (const MbApproxError &that) |
The assignment operator. | |
void | Init (double errMax, double errMean, const MbCartPoint3D &ptMax, const MbCartPoint3D &ptMaxProj) |
Initialize by error and 3D points. | |
void | Init (double errMax, double errMean, const MbCartPoint &ptMax, const MbCartPoint &ptMaxProj) |
Initialize by error and 2D points. | |
void | Init (const MbApproxError &that) |
Initialize by another instance. | |
void | Reset () |
Reset to default values. | |
double | GetMaxError () const |
Get мaximal error. | |
double | GetMeanError () const |
Get mean error. | |
const MbCartPoint3D & | GetPointMaxError () const |
Get point with maximal error. | |
const MbCartPoint3D & | GetPointProjectionMaxError () const |
Get point with maximal error projection. | |
![]() | |
double | _errMax |
Maximal error. | |
double | _errMean |
Mean error. | |
MbCartPoint3D | _ptMaxProj |
Point with maximal error. More... | |
The result of creating or a fair curve creator.
The result of creating or a fair curve creator.