![]() |
Ice Sheet System Model
4.18
Code documentation
|
: takes a .exp file (made of several profiles), and figures out its intersection with a mesh. More...
#include "./MeshProfileIntersection.h"
Go to the source code of this file.
Functions | |
void | MeshProfileIntersectionUsage (void) |
WRAPPER (MeshProfileIntersection_python) | |
: takes a .exp file (made of several profiles), and figures out its intersection with a mesh.
usage: [segments]=MeshProfileIntersection(index,x,y,filename);
where: input: index,x,y is a triangulation filename: name of Argus style .exp file containing the segments (can be groups of disconnected segments) output: segments: array made of x1,y1,x2,y2,element_id lines (x1,y1) and (x2,y2) are segment extremities for a segment belonging to the elemnt_id element. there are as many lines in segments as there are segments intersecting the mesh.
Definition in file MeshProfileIntersection.cpp.
void MeshProfileIntersectionUsage | ( | void | ) |
Definition at line 20 of file MeshProfileIntersection.cpp.
WRAPPER | ( | MeshProfileIntersection_python | ) |
Definition at line 32 of file MeshProfileIntersection.cpp.