-------------------------------------------------------------------------------- Description: Return how many layouts are in specified in the dna --------------------------------------------------------------------------------
| 1677 | // Return how many layouts are in specified in the dna |
| 1678 | // -------------------------------------------------------------------------------- |
| 1679 | size_t EveSOFDNA::GetLayoutCount() const |
| 1680 | { |
| 1681 | return m_layoutData.size(); |
| 1682 | } |
| 1683 | |
| 1684 | // -------------------------------------------------------------------------------- |
| 1685 | // Description: |