NMPB08 Shared Libraries
|
00001 00008 #ifndef ELEMENTARY_PATH_H 00009 #define ELEMENTARY_PATH_H 00010 00011 #include <math.h> 00012 #include <stdio.h> 00013 #include "../PathStructures.h" 00014 00015 namespace ElementaryPathNMPB 00016 { 00030 void ConvexHull(vector<ProfilePointNMPB*>& pathItem, int n1, int n2, int level); 00031 00041 void SetElementaryPath(PropagationPath* path); 00042 } 00043 00044 #endif