* Return the number of values in the array. */
| 213 | * Return the number of values in the array. |
| 214 | */ |
| 215 | vtkIdType GetNumberOfValues() const { return (this->MaxId + 1); } |
| 216 | |
| 217 | int GetNumberOfElementComponents() { return 0; } |
| 218 | int GetElementComponentSize() const override |
no outgoing calls
no test coverage detected