* How many attribute types we have as data array. This returns 2: point and cell. */
| 70 | * How many attribute types we have as data array. This returns 2: point and cell. |
| 71 | */ |
| 72 | constexpr static int GetNumberOfDataArrayTypes() |
| 73 | { |
| 74 | return 2; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Read the dataset type string for the given group, |
no outgoing calls
no test coverage detected