------------------------------------------------------------------------------
| 97 | |
| 98 | //------------------------------------------------------------------------------ |
| 99 | int vtkGenericAttributeCollection::GetNumberOfComponents() |
| 100 | { |
| 101 | this->ComputeNumbers(); |
| 102 | |
| 103 | return this->NumberOfComponents; |
| 104 | } |
| 105 | |
| 106 | //------------------------------------------------------------------------------ |
| 107 | // Description: |
no test coverage detected