NMPB08 Shared Libraries
|
Functions | |
void | ConvexHull (vector< ProfilePointNMPB * > &pathItems, int n1, int n2, int level) |
Finds the convex hull of the screenItems vector. | |
void | SetElementaryPath (PropagationPath *path) |
Sets the elementary path for the given path (calculates convex hull and plane positions) |
void ElementaryPathNMPB::ConvexHull | ( | vector< ProfilePointNMPB * > & | pathItems, |
int | n1, | ||
int | n2, | ||
int | level | ||
) |
Finds the convex hull of the screenItems vector.
p.47-49 - § 9.4.3
pathItems | The points to find the convex hull |
n1 | The first element place in the vector |
n2 | The last element place in the vector |
level | The convex hull level |
Definition at line 26 of file ElementaryPath.cpp.
void ElementaryPathNMPB::SetElementaryPath | ( | PropagationPath * | path | ) |
Sets the elementary path for the given path (calculates convex hull and plane positions)
path | The Propagation path |
ERRNoPoint | |
ERROnePoint |
Definition at line 106 of file ElementaryPath.cpp.