Searched refs:GetAssemblyUnit (Results 1 – 12 of 12) sorted by relevance
65 CConstRef<CGC_AssemblyUnit> GetAssemblyUnit() const;
74 CConstRef<CGC_AssemblyUnit> GetAssemblyUnit() const;
74 CConstRef<CGC_AssemblyUnit> CGC_Sequence::GetAssemblyUnit() const in GetAssemblyUnit() function in CGC_Sequence274 return GetAssemblyUnit()->GetDisplayName(); in GetUnitDisplayName()
67 CConstRef<CGC_AssemblyUnit> CGC_Replicon::GetAssemblyUnit() const in GetAssemblyUnit() function in CGC_Replicon
351 if (seq1->GetAssemblyUnit()->IsPrimaryUnit() && in operator ()()352 !seq2->GetAssemblyUnit()->IsPrimaryUnit()) in operator ()()356 if (seq2->GetAssemblyUnit()->IsPrimaryUnit() && in operator ()()357 !seq1->GetAssemblyUnit()->IsPrimaryUnit()) in operator ()()
257 Unit = Seq->GetAssemblyUnit(); in Insert()
2101 CConstRef<CGC_AssemblyUnit> Unit = Seq->GetAssemblyUnit(); in Print()