------------------------------------------------------------------------------ Set the number of n-tuples in the array.
| 375 | //------------------------------------------------------------------------------ |
| 376 | // Set the number of n-tuples in the array. |
| 377 | void vtkBitArray::SetNumberOfTuples(vtkIdType number) |
| 378 | { |
| 379 | this->SetNumberOfValues(number * this->NumberOfComponents); |
| 380 | } |
| 381 | |
| 382 | //------------------------------------------------------------------------------ |
| 383 | bool vtkBitArray::SetNumberOfValues(vtkIdType number) |