#include <mr_lag_section.h>
#include <mr_line.h>
#include <mr_vector.h>
Go to the source code of this file.
Data Structures | |
struct | MrLagComponent |
Connected Component in the LAG. More... | |
Typedefs | |
typedef MrLagComponent | MrLagComponent |
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 |