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

Method IsSupportedData

Filters/Temporal/vtkDataObjectMeshCache.cxx:218–225  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

216
217//------------------------------------------------------------------------------
218bool vtkDataObjectMeshCache::IsSupportedData(vtkDataObject* dataobject) const
219{
220 SupportedDataWorker supportWorker;
221 supportWorker.Compute(dataobject);
222
223 vtkCacheLog(INFO, "Return IsSupportedData: " << supportWorker.Supported());
224 return supportWorker.Supported();
225}
226
227//------------------------------------------------------------------------------
228void vtkDataObjectMeshCache::SetOriginalDataObject(vtkDataObject* input)

Callers 5

SetOriginalDataObjectMethod · 0.95
UpdateCacheMethod · 0.95
CopyCacheToDataObjectMethod · 0.95
UseCacheIfPossibleMethod · 0.80
TestUnsupportedInputsFunction · 0.80

Calls 2

SupportedMethod · 0.80
ComputeMethod · 0.45

Tested by 1

TestUnsupportedInputsFunction · 0.64