#include <CSOInterpolate3DFunction.h>
Public Types | |
| enum | AdditionalPointLocation { ADDITIONAL_POINT_INNER = 0, ADDITIONAL_POINT_OUTER = 1, ADDITIONAL_POINT_AUTO = 2, ADDITIONAL_POINT_NUM_OPTIONS = 3 } |
Public Member Functions | |
| CSOInterpolate3DFunctionSettings () | |
Public Attributes | |
| unsigned int | maxNumPoints |
| The maximum number of points used for processing. | |
| double | quality |
| Quality. | |
| bool | useOnlySeedPoints |
| Should only the seed points be used for interpolation? | |
| bool | useSplineApproximationSmoothing |
| Should the CSOs be smoothed by a spline approximation (only path points)? | |
| bool | resolveIntersections |
| If true self intersecting CSOs are handled correctly. | |
| AdditionalPointLocation | additionalPointLocation |
| Defines where the additional points should be located. | |
| double | innerPointScale |
| Factor used for determining the inner points. | |
| double | regularizationStrength |
| Regularization strength for surface constraints. | |
| double | regularizationStrength2 |
| Regularization strength for normal constraints. | |
Definition at line 32 of file CSOInterpolate3DFunction.h.
| ADDITIONAL_POINT_INNER | |
| ADDITIONAL_POINT_OUTER | |
| ADDITIONAL_POINT_AUTO | |
| ADDITIONAL_POINT_NUM_OPTIONS |
Definition at line 36 of file CSOInterpolate3DFunction.h.
| ml::CSOInterpolate3DFunctionSettings::CSOInterpolate3DFunctionSettings | ( | ) | [inline] |
Definition at line 43 of file CSOInterpolate3DFunction.h.
Defines where the additional points should be located.
Definition at line 69 of file CSOInterpolate3DFunction.h.
Factor used for determining the inner points.
Definition at line 71 of file CSOInterpolate3DFunction.h.
| unsigned int ml::CSOInterpolate3DFunctionSettings::maxNumPoints |
The maximum number of points used for processing.
If the number of all points is above this value the CSOs are thinned out.
Definition at line 57 of file CSOInterpolate3DFunction.h.
Regularization strength for surface constraints.
Definition at line 74 of file CSOInterpolate3DFunction.h.
Regularization strength for normal constraints.
Definition at line 76 of file CSOInterpolate3DFunction.h.
If true self intersecting CSOs are handled correctly.
Definition at line 67 of file CSOInterpolate3DFunction.h.
Should only the seed points be used for interpolation?
Definition at line 62 of file CSOInterpolate3DFunction.h.
Should the CSOs be smoothed by a spline approximation (only path points)?
Definition at line 64 of file CSOInterpolate3DFunction.h.
1.5.8