Next: bpipe_matrix_override_new, Previous: bpipe_matrix_map_new, Up: Internal Functions
Delete a matrix override structure.
#include <bpipe/bpipe.h>void bpipe_matrix_override_delete(BPMatrixOverride *over);
BPMatrixOverride *over
- the matrix override structure to delete
This routine frees the memory allocated with a matrix override
structure and the associated matrix description structure. if the
passed pointer is NULL
, it returns quietly.