89 std::vector<bool> crypt_section_labelled(rCryptSection.size());
91 for (
unsigned vector_index=0; vector_index<rCryptSection.size(); vector_index++)
93 if (rCryptSection[vector_index]->HasCellProperty<CellLabel>())
95 crypt_section_labelled[vector_index] =
true;
99 crypt_section_labelled[vector_index] =
false;
103 return crypt_section_labelled;