MCPcopy Create free account
hub / github.com/Kitware/VTK / IsEmpty

Method IsEmpty

Common/DataModel/vtkGenericAttributeCollection.cxx:146–149  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Does `this' have no attribute?

Source from the content-addressed store, hash-verified

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

Callers 5

InsertAttributeMethod · 0.95
RemoveAttributeMethod · 0.95
ResetMethod · 0.95

Calls 1

GetNumberOfAttributesMethod · 0.95

Tested by

no test coverage detected