#include "mr_lag_component.h"
#include "mr_error.h"
#include <stdlib.h>
Functions | |
MrLagComponent * | mr_lag_component_new () |
void | mr_lag_component_free (void *p) |
void | mr_lag_component_add_section (MrLagComponent *component, MrLagSection *section) |
|
Add a section to a component and update the bounding box |
|
Destroys a MrLagComponent structure Free the line and the vector : Does not destroy the section object |
|
Creates a neww MrLagComponent structure |