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

Method ClearAttributes

Filters/Temporal/vtkDataObjectMeshCache.cxx:600–604  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

598
599//------------------------------------------------------------------------------
600void vtkDataObjectMeshCache::ClearAttributes(vtkDataObject* dataobject)
601{
602 ClearAttributesWorker clearWorker;
603 clearWorker.Compute(dataobject);
604}
605
606//------------------------------------------------------------------------------
607bool vtkDataObjectMeshCache::HasConsumerNoInputPort() const

Callers 1

CopyCacheToDataObjectMethod · 0.95

Calls 1

ComputeMethod · 0.45

Tested by

no test coverage detected