------------------------------------------------------------------------------ Description: Set the total number of components for the point-centered attributes.
| 474 | // Description: |
| 475 | // Set the total number of components for the point-centered attributes. |
| 476 | void vtkGenericEdgeTable::SetNumberOfComponents(int count) |
| 477 | { |
| 478 | assert("pre: positive_count" && count > 0); |
| 479 | this->NumberOfComponents = count; |
| 480 | } |
| 481 | |
| 482 | //------------------------------------------------------------------------------ |
| 483 | vtkIdType vtkGenericEdgeTable::HashFunction(vtkIdType ptId) |