Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Reset
Function
Reset
Common/DataModel/vtkCompositeDataSetNodeReference.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
};
47
Callers
nothing calls this directly
Calls
1
GetMTime
Method · 0.45
Tested by
no test coverage detected