Compound Deformation Module

class DeformationModules.Combination.CompoundModule(modules, label=None)[source]

Combination of deformation modules.

__call__(points)[source]

Applies the generated vector field on given points.

compute_geodesic_control(man)[source]

Computes geodesic control from delta in H^st.

property controls
copy()

Returns a copy of the deformation module.

cost()[source]

Returns the cost.

property device
property dim
field_generator()[source]

Gives the vector field generated by the deformation module.

Returns

The vector field generated by the module

Return type

StructuredField.BaseStructuredField

fill_controls(controls)[source]
fill_controls_zero()[source]
property label

Identifier for the module.

property manifold
property modules
to(*args, **kwargs)[source]
todict()[source]