* How many attribute types we have. This returns 3: point, cell and field * attribute types. */
| 62 | * attribute types. |
| 63 | */ |
| 64 | constexpr static int GetNumberOfAttributeTypes() |
| 65 | { |
| 66 | return 3; |
| 67 | } |
| 68 | |
| 69 | /* |
| 70 | * How many attribute types we have as data array. This returns 2: point and cell. |
no outgoing calls
no test coverage detected