MCPcopy Create free account
hub / github.com/Kitware/VTK / operator()

Function operator()

Common/DataModel/vtkCompositeDataSetNodeReference.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 {
42 }
43 bool operator()(vtkObject* o) const { return o->GetMTime() <= this->MTime; }
44 void Reset(vtkObject* o) { this->MTime = o->GetMTime(); }
45 bool MTimeIsValid(vtkObject* o) const { return o->GetMTime() <= this->MTime; }
46};

Callers

nothing calls this directly

Calls 1

GetMTimeMethod · 0.45

Tested by

no test coverage detected