예제 #1
0
/**
 * Build a Nexus version of the block's data.
 */
NxsTaxaBlock NxsNexmlTaxa::getNexusBlock()const{
   NxsTaxaBlock ret = NxsTaxaBlock();
   for ( unsigned i = 0; i < this->GetNTaxTotal(); ++i ){
      ret.AddTaxonLabel( this->GetTaxonLabel( i ) );
   }
   return ret;
}