Tolerance parameters for linear interpolation of tool path segments Generated from class MR.LineInterpolationParams. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | LineInterpolationParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | LineInterpolationParams (float eps, float maxLength, MR.Std._ByValue_Function_Bool_From_Float cb) |
| Constructs MR.LineInterpolationParams elementwise. | |
| unsafe | LineInterpolationParams (MR._ByValue_LineInterpolationParams _other) |
| Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
| LineInterpolationParams (Const_LineInterpolationParams _other) | |
| Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
| LineInterpolationParams (LineInterpolationParams _other) | |
| Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
| unsafe MR.LineInterpolationParams | assign (MR._ByValue_LineInterpolationParams _other) |
| Generated from method MR::LineInterpolationParams::operator=. | |
| Public Member Functions inherited from MR.Const_LineInterpolationParams | |
| virtual void | Dispose () |
| unsafe | Const_LineInterpolationParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_LineInterpolationParams (float eps, float maxLength, MR.Std._ByValue_Function_Bool_From_Float cb) |
| Constructs MR.LineInterpolationParams elementwise. | |
| unsafe | Const_LineInterpolationParams (MR._ByValue_LineInterpolationParams _other) |
| Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
| Const_LineInterpolationParams (Const_LineInterpolationParams _other) | |
| Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
| Const_LineInterpolationParams (LineInterpolationParams _other) | |
| Generated from constructor MR.LineInterpolationParams.LineInterpolationParams. | |
Properties | |
| new unsafe ref float | eps [get] |
| maximal deviation from given line | |
| new unsafe ref float | maxLength [get] |
| maximal length of the line | |
| new unsafe MR.Std.Function_Bool_From_Float | cb [get, protected set] |
| callback for reporting on progress | |
| Properties inherited from MR.Const_LineInterpolationParams | |
| unsafe float | eps [get] |
| maximal deviation from given line | |
| unsafe float | maxLength [get] |
| maximal length of the line | |
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| callback for reporting on progress | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_LineInterpolationParams | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_LineInterpolationParams | |
| unsafe float * | __ref_storage_eps |
| unsafe float * | __ref_storage_maxLength |
Tolerance parameters for linear interpolation of tool path segments Generated from class MR.LineInterpolationParams. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.LineInterpolationParams elementwise.
|
inline |
Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.
|
inline |
Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.
|
inline |
Generated from constructor MR.LineInterpolationParams.LineInterpolationParams.
|
inline |
Generated from method MR::LineInterpolationParams::operator=.
|
getprotected set |
callback for reporting on progress
|
get |
maximal deviation from given line
|
get |
maximal length of the line