00001 #ifndef DDalgoPosPart_h 00002 #define DDalgoPosPart_h 00003 00004 00005 class DDLogicalPart; 00006 class DDName; 00007 class DDAlgo; 00008 00010 void DDalgoPosPart(const DDLogicalPart & self, 00011 const DDLogicalPart & parent, 00012 DDAlgo & algo 00013 ); 00014 00016 void DDalgoPosPart(const DDName & self, 00017 const DDName & parent, 00018 DDAlgo & algo 00019 ); 00020 00021 #endif