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

Method GetOriginalDataObject

Filters/Temporal/vtkDataObjectMeshCache.cxx:353–366  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

351
352//------------------------------------------------------------------------------
353vtkDataObject* vtkDataObjectMeshCache::GetOriginalDataObject() const
354{
355 if (this->OriginalDataSet)
356 {
357 return this->OriginalDataSet;
358 }
359
360 if (this->OriginalCompositeDataSet)
361 {
362 return this->OriginalCompositeDataSet;
363 }
364
365 return nullptr;
366}
367
368//------------------------------------------------------------------------------
369void vtkDataObjectMeshCache::Status::PrintSelf(ostream& os, vtkIndent indent)

Callers 2

GetOriginalMeshTimeMethod · 0.95
GetStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected