| 196 | } |
| 197 | |
| 198 | int MeshPrimitive::maxVerticesPerFace() const |
| 199 | { |
| 200 | if( m_maxVerticesPerFace == 0 ) |
| 201 | { |
| 202 | computeMinMaxVertsPerFace(); |
| 203 | } |
| 204 | return m_maxVerticesPerFace; |
| 205 | } |
| 206 | |
| 207 | const IntVectorData *MeshPrimitive::vertexIds() const |
| 208 | { |
no outgoing calls
no test coverage detected