* Get the number of complete tuples (a component group) in the array. */
| 199 | * Get the number of complete tuples (a component group) in the array. |
| 200 | */ |
| 201 | vtkIdType GetNumberOfTuples() const { return (this->MaxId + 1) / this->NumberOfComponents; } |
| 202 | |
| 203 | /** |
| 204 | * Get the total number of values in the array. This is typically equivalent |
no outgoing calls
no test coverage detected