| 179 | } |
| 180 | |
| 181 | size_t NodeParser::num_attributes() const { |
| 182 | return m_num_node_attributes + |
| 183 | (m_region_attributes.empty() ? 0:1) + |
| 184 | (m_boundary_node_markers.empty() ? 0:1) + |
| 185 | (m_boundary_face_markers.empty() ? 0:1); |
| 186 | } |
| 187 | |
| 188 | NodeParser::AttrNames NodeParser::get_attribute_names() const { |
| 189 | AttrNames names; |