Home
last modified time | relevance | path

Searched refs:pConstellationCheck (Results 1 – 2 of 2) sorted by relevance

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DnConstellation.cpp151 bool nConstellation::IsReferencedBy(nConstellation* pConstellationCheck) //returns true if pUsesChe… in IsReferencedBy() argument
153 if (aID == pConstellationCheck->aID) return true; in IsReferencedBy()
158 OpenList.push_back(pConstellationCheck); in IsReferencedBy()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DnConstellation.h53 …bool IsReferencedBy(nConstellation* pConstellationCheck); //returns true if pUsesCheck references …