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

Method CacheHasRequestedIds

Filters/Temporal/vtkDataObjectMeshCache.cxx:586–597  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

584
585//------------------------------------------------------------------------------
586bool vtkDataObjectMeshCache::CacheHasRequestedIds() const
587{
588 if (this->OriginalIdsName.empty())
589 {
590 return true;
591 }
592
593 RequestedIdsWorker idsWorker;
594 idsWorker.OriginalIdsName = this->OriginalIdsName;
595 idsWorker.Compute(this->Cache);
596 return idsWorker.HasRequestedIds;
597}
598
599//------------------------------------------------------------------------------
600void vtkDataObjectMeshCache::ClearAttributes(vtkDataObject* dataobject)

Callers 1

GetStatusMethod · 0.95

Calls 2

emptyMethod · 0.45
ComputeMethod · 0.45

Tested by

no test coverage detected