------------------------------------------------------------------------------ Description: Does `this' have no attribute?
| 144 | // Description: |
| 145 | // Does `this' have no attribute? |
| 146 | int vtkGenericAttributeCollection::IsEmpty() |
| 147 | { |
| 148 | return this->GetNumberOfAttributes() == 0; |
| 149 | } |
| 150 | |
| 151 | //------------------------------------------------------------------------------ |
| 152 | // Description: |
no test coverage detected