Creates the operator that deforms curves on a set of points.
Parameters:
iFactory
The pointer to the factory of the geometry.
iConfig
The pointer to configuration defining the level of code to replay.
iListe
The list of pointers to the curves to deform.
iPoints
The pointer to the set of points on which the curves are deformed.
iVectors
To keep to 0.
iTension
The tension.
iSmoothness
The smoothness.
iTolapp
Always keep to the factory resolution.
iImposition
The array [2] defining the type of constraints at each extremities of the deformed curve.
Legal values: 0 if a G0 continuity with the input curve is required,
1 for a G1 continuity, 2 for a G1 continuity.
iMode
The mode of use.
Returns:
The pointer to the created operator. To delete with the usual C++ delete operator afer use.