Overture  Version 25
ULink.h
Go to the documentation of this file.
1 #ifndef OV_ULINK_H
2 #define OV_ULINK_H
3 
4 
5 #include "UnstructuredMapping.h"
6 #include "ArraySimple.h"
7 
10  const UnstructuredMappingIterator &linkFrom,
11  int nHops,
12  int minRefs,
13  int pathDim=-1,
14  bool useGhost=true );
15 #endif