General function for querying information about multi contact frame objects.
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'compute pairs')
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'slave points')
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'master points')
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'char')
gf_multi_contact_frame_get(multi_contact_frame MCF, 'display')
General function for querying information about multi contact frame objects.
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'compute pairs')
Compute the contact pairs
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'slave points')
Get the slave points computed.
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'master points')
Get the master points computed.
s = gf_multi_contact_frame_get(multi_contact_frame MCF, 'char')
Output a (unique) string representation of the multi_contact_frame. This can be used for performing comparisons between two different multi_contact_frame objects. This function is to be completed.
gf_multi_contact_frame_get(multi_contact_frame MCF, 'display')
Display a short summary for a multi_contact_frame object.
Y. Collette